Posted By:
Sreedhar_V
Posted On:
Wednesday, February 26, 2003 03:55 AM
How can i include the ampersand("&") in the request parameter data while calling a servlet. For ex : my servlet url is : http://localhost:8080/servlet/MyServlet?data1= sree&dhar &data2=livingStone. my intention here is i want to send the data data1 ="sree&dhar" which i can't with above servlet call. can anybody give me a solution , so that i can able to include the "&"(AMPERSAND) in the req-parameter value of the servlet. Thanks and Regards Sreedhar.v
More>>
How can i include the ampersand("&") in the request parameter data while calling a servlet.
For ex : my servlet url is :
http://localhost:8080/servlet/MyServlet?data1=
sree&dhar
&data2=livingStone.
my intention here is i want to send the data
data1 ="sree&dhar" which i can't with above servlet call.
can anybody give me a solution , so that i can able to include the "&"(AMPERSAND) in the req-parameter value of the servlet.
Thanks and Regards
Sreedhar.v
<<Less