Guest_imported
New member
- Jan 1, 1970
- 0
Hi, if I have a <select> in my page that accepts multiple selection, how can I pass it to Java, since I've tested request.getParameter("nameOfSelect" and it takes only the first selected option...
In javascript, there's no problem, I can do a loop and get the selected but how do you pass it to Java that will use it in an argument in some method.
Please help.
Thank you.
miketb
In javascript, there's no problem, I can do a loop and get the selected but how do you pass it to Java that will use it in an argument in some method.
Please help.
Thank you.
miketb