Thread: Forms in jsp
View Single Post
  #1 (permalink)  
Old 06-27-2007, 05:52 AM
bbq bbq is offline
Senior Member
 
Join Date: Jun 2007
Posts: 134
bbq is on a distinguished road
Forms in jsp
I have a problem when I try to collect information from a form in a JSP file.
I have a field in the form and its type is “select”. In the field there are states
Then I collect from jsp file in a variable (type string)
State= request.getParameter("state")
It Works for state with a only Word, for states such as “san francisco, san josé” doesn’t work

why?
Reply With Quote
Sponsored Links