www.iconnectiva.com
Posts: 0
Joined: Wed Jul 23, 2014 11:08 am

How to receive single list item from list box populated via REST service api.

Hi,
I have created a listbox and values are populated by calling a REST service written by us.
Our objective is to send the value of one of the item of the list box to another REST service.Once we click on one item all the list values are concatenated and passed to REST service instead of selected one. Our question is how to send individual value from list box to server side REST implementation.

Image Image

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

How to receive single list item from list box populated via REST service api.

Hello,

On click on the list item, you should:
First, you should call the JavaScript code which will receive its value and keep it in the local storage.
Secondly, call the required service ,in its request-parameters you should map the value from local storage.

Return to “Issues”