Re: UTF-8 encoding problems

2007-03-23 Thread riffla
Hi I'm having the same problem, seems like putting the strings in a POST request is transforming the characters (in my case the swedish auml, and son forth, is erroneous). I use Struts, Tomcat and Tiles (and Ant to build and distribute) and I have also set the encoding in both JSP's, request

Re: Character encoding...

2007-03-23 Thread riffla
And I guess that the form bean attributes is set prior to any code in the form class, so that you can't set the characterEncoding in the form class (at, for example, the beginning of initialize() method), or...? Joe Germuska wrote: I had problem with character encoding in my web application. I

Re: Character encoding...

2007-03-23 Thread riffla
this encoding wall too long now, I'm hoping to get some clues from you guys... /Riffla Christopher Schultz-2 wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Riffla, riffla wrote: And I guess that the form bean attributes is set prior to any code in the form class, so that you

Re: Character encoding...

2007-03-23 Thread riffla
Of course, forgot to mention, mainly I mean as output on a JSP page (both bean:write and %=...%, but also System.out.println() in different places, always the same result... /Riffla Christopher Schultz-2 wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Riffla, riffla wrote

Re: Character encoding...

2007-03-23 Thread riffla
(img, link and rewrite tags) That's about it... /Riffla Christopher Schultz-2 wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Riffla, riffla wrote: Of course, forgot to mention, mainly I mean as output on a JSP page (both bean:write and %=...%, but also System.out.println

Re: Character encoding...

2007-03-24 Thread riffla
(this.getClass().getName() + : Setting request to + request.getCharacterEncoding()); chain.doFilter(request, response); } } Thanks for your response, guys == Martin Gainty wrote: Riffla- can

Re: Character encoding...

2007-03-24 Thread riffla
If you mean like System.out.println(request.getCharacterEncoding()) in top of JSP, I guess I have, have to make a second check though, will return when it's done. Really appreciate your aid, thanks /Riffla = Christopher Schultz-2 wrote: -BEGIN PGP SIGNED