HiI have a jsp page which displays data in UTF-8 encoding, there is a input text field, when user enter japanese characters in this input text and data is transferred to Actionclass i get junk value,
How do i handle japanese characters in ActionClass, do i have to do anything special in servlet or in JSP? I did try to put request.setCharacterEncoding("UTF-8"); in my Action class, but still does not work. JSP page displays proper japanese characters as it is uses UTF-8 for encoding, Is there a solution which will work for tomcat, weblogic and websphere application server? or is encoding handled seperately by different app servers