On the side that processes the form, use request.getParameterValues(). This returns an array of the selected options. Getting it in a database will use normal JDBC calls.
Quote:
|
Originally Posted by mangai04
how to retrive selected values in <select> option- multiple and get values in the database using the selected values in <select> option
|