in the jsp page, before sending/receiving any parameter, use
response.setCharacterEncoding("UTF-8");
request.setCharacterEncoding("UTF-8");
then try to print the parameters accepted in the jsp page and see if they are displayed properly or not.
in the jsp page, before sending/receiving any parameter, use
response.setCharacterEncoding("UTF-8");
request.setCharacterEncoding("UTF-8");
then try to print the parameters accepted in the jsp page and see if they are displayed properly or not.