| Author |
passing value of select box to jsp
|
Sachin Kadian
Ranch Hand
Joined: Jan 24, 2012
Posts: 33
|
|
|
i have a select box in 1 jsp and i want to pass its value to another jsp. please tell me how i can do so. with the request.getParameter("selectboxname") i am getting null value. please help me.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56554
|
|
In a web app following best practices you would not be submitting data to a JSP, but to a servlet.
In any case, make sure that the spelling of the parameter names is consistent.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: passing value of select box to jsp
|
|
|