Someone told me once that doing a GET with a form in tomcat has a bug in
it related to character encoding. Check out bugzilla to see what the
exact issue is.
On 01/13/2004 03:26 PM Altankov Peter wrote:
> Try request.setCharacterEncoding("UTF-8") BEFORE you getParameter() out of it
>
>
>>-----Original Message-----
>>From: Mariano [mailto:mlopez@(protected)]
>>Sent: 13 пїЅпїЅпїЅпїЅпїЅпїЅ 2004 ? 15:31
>>To: 'Tomcat Users List'
>>Subject: UTF-9 encoding in FORM with POST
>>
>>
>>Hi, all
>>
>>I have installed tomcat 5.0.16 in windows 2000
>>professional(j2sdk 1.4.2) and i hava a jsp page with:
>>
>>pageEncoding="utf-8"
>>contentType="text/html; charset=UTF-8"
>>
>>and
>>
>><META http-equiv="Content-Type" content="text/html; charset=UTF-8">
>>
>>i had modified the URIEncoding="UTF-8" of my Coyote HTTP/1.1
>>Connector in server.xml file.
>>
>>When i try to submit my form with GET method retrives right
>>the values of my form in UTF-8 encoding but when i do it with
>>POST method not.
>>
>>Any ideas why?
>>
>>Thanks
>>
>>Mariano
--
struts 1.1 + tomcat 5.0.16 + java 1.4.2
Linux 2.4.20 Debian
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)