Hi,
We have two secondary jsps (say A.jsp and B.jsp ). A.jsp has a form in which we accepts data from users. And then we pass that data to B.jsp. Everything was fine until Chinese/Japnese characters was not there...But now users trying to insert the Japanese/Chinese data into the system. When we read this data on B.jsp it received in weired form lile; ???. We have set charset=utf-8 in jsp and @page encoding=utf-8 also the request.setCharacterEncoding = utf-8. but stil its not working.
Can anybody has any solution of it . Please share
Thanks,
Shr