Hi,
Could you please tell me how to retrieve the values in the select tag of HTML using JSP.
eg:
<select name="", id="",>
<option value="1">1</option>
</select>.
I want to retrieve the value 1 in the next page using JSP.
Thanks in advance,
Antony.
Could you please tell me how to retrieve the values in the select tag of HTML using JSP.
eg:
<select name="", id="",>
<option value="1">1</option>
</select>.
I want to retrieve the value 1 in the next page using JSP.
Thanks in advance,
Antony.
Comment