Hi all,
 
I ran into a problem of posting a hidden form field with a special UTF-8
characters and when it gets to the action and I looked at the action form
had a different value, it's no longer containing UTF-8 characteres instead a
'?" was replaced.  In my jsp, I have to put <%@ page
contentType="text/html;charset=UTF-8" language="java" %> at the top of my
JSP and I have added and set up the setCharacterEncodingFilter for every
request.  Is there something else I am doing wrong?
 
-Betty

Reply via email to