Struts UTF-8 (POST working, GET not)

2005-04-15 Thread Hond4
Hallo, I have fllowing problem with my Struts app on Jboss. Here is my filter String defaultEncode = UTF-8; HttpServletRequest req = (HttpServletRequest) request; HttpServletResponse res = (HttpServletResponse) response; req.setCharacterEncoding(defaultEncode);

Re: Struts UTF-8 (POST working, GET not)

2005-04-15 Thread Laurent
Hond4 wrote: I have fllowing problem with my Struts app on Jboss. Here is my filter String defaultEncode = UTF-8; HttpServletRequest req = (HttpServletRequest) request; HttpServletResponse res = (HttpServletResponse) response;

Re: Struts UTF-8 (POST working, GET not)

2005-04-15 Thread Pham Anh Tuan
Message - From: Hond4 [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Friday, April 15, 2005 4:50 PM Subject: Struts UTF-8 (POST working, GET not) Hallo, I have fllowing problem with my Struts app on Jboss. Here is my filter String defaultEncode = UTF-8