i am facing problem in getting values from server via query string......at server side no encoding has been done for special characters and hence when i receive data by req.getparameter i dont get the complete value of the filed rather i get value till special character i.e if field value is S&S on server then at client i get only S....
My question is ..is it possible at client side to get the complete data even if there is no special encoding done at server side for special characters..
Bear Bibeault
Author and opinionated walrus
Marshal
Thanks for yor reply.....and yea there is no such method getparameter....jus did not take care while typing...kind of typo error ;)
sweety soni
Greenhorn
Joined: Mar 16, 2010
Posts: 9
posted
0
One more question is this getParameter which is causing loos of data (special character)...can we get data (value with special character) without encoding at server by using somthing else instead of using getParameter ...if yes what is that we can use?