Hi,

I have a JSP page that sends some values thru a form.
One field in the form is entered 2 or more words (like
in an address box '1780 Morning Street'). I need to get
the whole string as one but request.getParameter(fieldName)
returns me only the first word in the field.

What should I use to to get it as one complete string ?

rgds
--hikmet

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to