retrieve value from dropdownlist and show it to another page in jsp
I have two pages one is index.jsp and another is first.jsp. I have drop down list in index.jsp page.I want that if i choose any value from dropdown list that value should go to the next page that is first.jsp. the code i am using is mention below.
i want to show drop down list value to the next page in jsp.
have two pages 1)index.jsp and 2)first.jsp.i have drop down list in index.jsp page i want if i choose any value from drop down list it should show the selected value to the next page that is first.jsp.