Re: Encoding Issue on POST

2011-01-02 Thread vwu98034
Thanks very much André for your detailed information. I got the Httpfox for my Firefox today. For some reasons, the POST data section always be blank (a message like "request doesn't contain any POST data"). I can't figure out the reason so I download Charles Proxy. It shows the form data is as

Re: Encoding Issue on POST

2011-01-01 Thread vwu98034
Please see below. - Original Message - From: "André Warnier" To: "Tomcat Users List" Sent: Saturday, January 1, 2011 11:46:40 AM GMT -08:00 US/Canada Pacific Subject: Re: Encoding Issue on POST vwu98...@lycos.com wrote: > Thanks very much André. Please see the below > > - Original

Re: Encoding Issue on POST

2011-01-01 Thread vwu98034
Please see below. - Original Message - From: "Konstantin Kolinko" To: "Tomcat Users List" Sent: Saturday, January 1, 2011 11:36:29 AM GMT -08:00 US/Canada Pacific Subject: Re: Encoding Issue on POST 2011/1/1 : > * <%...@page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"%>

Re: Encoding Issue on POST

2011-01-01 Thread vwu98034
Thanks very much André. Please see the below - Original Message - From: "André Warnier" To: "Tomcat Users List" Sent: Saturday, January 1, 2011 4:26:28 AM GMT -08:00 US/Canada Pacific Subject: Re: Encoding Issue on POST vwu98...@lycos.com wrote: > The followings are what I have done for

Encoding Issue on POST

2010-12-31 Thread vwu98034
The followings are what I have done for a project in regarding of encoding. * <%...@page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"%> on the first line of JSP files * * Set URIEncoding="UTF-8" on your in server.xml * An encoding filter for utf-8. While the form GET method wo