I am trying to pass variables from a multiple selection box to enter the values in a database. I am having a problem trying to input these values into the service because they are all passed with the same variable name. (If the name=“selectedList”, all name=value pairs will have the same name). When I try to input this into a webMethods service, I only get the first value. My only thought so far is to pass the variables using GET and parse the url to extract all of the selectedList items that I wish to view. Do you know of an easier way or how this might be accomplished? Javascript onSubmit()?
Related Topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
DSP Invoke JAVA Service | 3 | 1114 | April 2, 2021 | |
passing String list to service through DSP | 5 | 2028 | April 2, 2021 | |
Calling DSP with empty variable | 2 | 1201 | April 2, 2021 | |
Inserting multiple records in to a database from a DSP page | 7 | 1622 | April 2, 2021 | |
Passing variable from one dsp to same dsp while loading again.... | 4 | 1571 | April 2, 2021 |