It seems that get and post are treated differently.
But thank you all the same.:)
2007/7/2, Mark Thomas <[EMAIL PROTECTED]>:
Niu Kun wrote:
> Any help would be appreciated and thanks in advance.
http://tomcat.apache.org/faq/misc.html#tomcat5CharEncoding
Mark
-
Thank you for your excellent link.
But what makes me feel strange is that how can I add the code
String paramEncoding = application.getInitParameter("PARAMETER_ENCODING");
request.setCharacterEncoding(paramEncoding);
into my JSP file.
And now to my JSP file, I turn to the fmt namespace.
I added t