Is there any way of passing an array from a .jsp file to a servlet?
 
In the .jsp file, there is a listbox with a list of options. What I intend to do is to pass the entire content of the listbox into a servlet so that it can be processed. I can iterate thru each listbox elements in a JavaScript function using the options object and store each element in an array but how am I suppose to pass the array to a servlet?
 
Any solution would be most appreciated. Thanks.

Reply via email to