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);
        res.setCharacterEncoding(defaultEncode);
        chain.doFilter(req, res);

problem is that when I submit my form with POST everything works just fine, when I change form submit method to GET i have problems with characters.

here is my example:
UTF-8: płyn
URL: p%C5%82yn

any idea what's wrong with my app?
Best regards,

H0nd4

--

Castingi do trzeciej edycji Konkursu Elite Model Look już 16 i 17 kwietnia w Twoim 
mieście. Więcej informacji na stronie http://www.gazeta.pl/elitemodellook

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



Reply via email to