>>> Vaijayanthi Kolli <[EMAIL PROTECTED]> 01-Jun-00 7:23:22 PM
>>>

>I am sending values of a form as hidden variables to a servlet.
>the problem is that for a given variable,the servlet accepts only
the the
>first value(ie.,if the value is "this is a dog",it accepts only
"this").
>How should I resolve this prob?

Sounds like the form encoding is wrong.

If you're sending the value *from* a servlet authored HTML or from an
applet you should ensure that it is URL-encoded (see java.net).

If you're sending from a hand-coded HTML page it should be okay.


Nic Ferrier

___________________________________________________________________________
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