Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Swapper Menu

Status
Not open for further replies.

cfm

Programmer
Mar 27, 2001
76
CL
Hello,

i have a swapper menu... (two multiple selects Html)

i need pass the selected values from jsp page to other jsp page, but only pass the selected value....

how can i pass the complete list of values?

many thanks..

jh..

sorry by my english.. :)
 
You will need to put the full list in another element in your form, such as a hidden input. The "selection only" behaviour that your experiencing is the way the select works. You could add the options to the hidden field in a comma delimited string (or any delimiter really) which will give you all of the option values on the next page in an easily parseable format.

-Tarwn --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top