|
If the select box is a <select multiple> (I'm not sure if the multiple attribute can be set
through JavaScript or not, but that would be nice), I believe you can
iterate through the <select> object's options and set each index to
selected (you can do this onSubmit).
Then all of the selected values in the <select> will be sent as an
array in the request. Let me know what you
find out.
David Eaves
|
- passing array from jsp to servlet Kelvin Tee
- Re: passing array from jsp to servlet Jason Lee
- David Eaves
