Mathias Everson
Posts: 0
Joined: Sat Dec 21, 2013 9:32 am

Dropdown with two REST services

I have a select dropdown, which is connected to a read service when the page loads, I would also like to attach a list service which will load more elements into the select drowdown items.

I have tried having the list service run before the main data load service, which then just renders each item the same as the selected item.
If I run it with loading the data, then the list service, then the value is overridden

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Dropdown with two REST services

Hi Mathias --

Sorry not sure if I understand what you're trying to achieve.

ul
lithe list service will return all objects in your collection with method 'GET';/li
lithe read service will read a specific object from your collection;/li
/ul

Return to “Issues”