Tue, 19 Oct 2004 13:39:11 +0200, 
Václavík Radek <[EMAIL PROTECTED]> wrote: 

> Hi,
>
> Try setting request character encoding to UTF-8. I've had the same problem
> and solved it by extending ActionServlet to e.g. MyActionServlet (of course
> you have to rewrite this in struts-config.xlm, too) and inserted this as the
> first line of that servlet:
>
> request.setCharacterEncoding("UTF-8");

It did not work for me :(

I forgot to say I'm using ActionForms.

Tue, 19 Oct 2004 14:25:01 +0200, 
Luis Gervaso <[EMAIL PROTECTED]> wrote: 

> I had the same problem, and I get to correct this using a filter
>
> I was testing with  request.setCharacterEncoding("UTF-8");
>
> also but :(
>
> And with the filter all works ok now

I'll try this one, thanks.

-- 
Arnaud Vandyck
http://fosdem.org/
Free and Open Source Developers' European Meeting
February 26-27 2005,
Bruxelles, Belgium

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to