Page 1 of 1

Dropdown with two REST services

Posted: Fri Feb 07, 2014 10:38 pm
by Mathias Everson

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


Dropdown with two REST services

Posted: Fri Feb 07, 2014 11:07 pm
by Illya Stepanov

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