Re: Problem about posting Chinese characters to tomcat server.

2007-07-02 Thread Kun Niu
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 -

Re: Problem about posting Chinese characters to tomcat server.

2007-07-02 Thread Kun Niu
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

Re: Problem about posting Chinese characters to tomcat server.

2007-07-01 Thread Mark Thomas
Niu Kun wrote: > Any help would be appreciated and thanks in advance. http://tomcat.apache.org/faq/misc.html#tomcat5CharEncoding Mark - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTEC

Re: Problem about posting Chinese characters to tomcat server.

2007-07-01 Thread Johnny Kewl
Best article I have found so far on this subject, is this one It seems that POST is more difficult than GET http://java.sun.com/developer/technicalArticles/Intl/HTTPCharset/ good luck... - Original Message - From: "Niu Kun" <[EMAIL PROTECTED]> To: Sent: Sunday, July 01, 2007