aspose file tools
The moose likes JSP and the fly likes passing value of select box to jsp Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "passing value of select box to jsp" Watch "passing value of select box to jsp" New topic
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: 56180
    
  13

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]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: passing value of select box to jsp
 
Similar Threads
window.open
Want to call struts action on click of jsp combo box
Regarding combo-box
jquery and jsp and with post back faclity in registrtion page
passing parameters from jsp to servlet