Replace & with %26 where 26 is ascii value of &.
Else Use doPost. shud solve the problm.
Vj
u
cud use URLEncoder.encode(String, string)
and
for decoding back URLDecoder.decode(String, String)..
Hi
in one of my forms i am sending '&'
something as in ' joe & Sam'
but when i do the getParameter for the above i
get only till joe
the rest gets truncated.
I will be thankful Any to help in this
direction
V.T.R.Ravi Kumar,
Engg.(CCX), BHEL |
Phone |
Office |
+91 1334285260 |
Mobile |
+91
1353114861 | ___________________________________________________________________________
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
___________________________________________________________________________
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
___________________________________________________________________________
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
|