Re: GET method action current value encoding

2010-07-07 Thread Greg Lindholm
Maybe this will help. The Page Encoding is separate and distinct from the URI encoding. On a GET the parameters are encoded according to the URI encoding (not the page encoding). If you are using Tomcat then you need to specify the URI encoding on the Connector in the server.xml file. Example:

Re: GET method action current value encoding

2010-07-04 Thread Wataru Kou
Dear Struts users. It reports because it investigated a little more. When StrutsPrepareAndExecuteFilter is used, the value passed with POST in GET at the end of the passed value ", " is handed over by switching off the district. Isn't does not it investigate with RFC when the same value is handed

GET method action current value encoding

2010-07-03 Thread kou
I've create GET method action Page with apache struts 2.1.8.1. I'm making a page in encoding UTF-8. struts action is setter value. POST method 's setter value is encoding UTF-8. but GET method 's value is encoding ISO-8859-1. This trouble resolved this Action setter. but When GET was performed a