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: > > ---

Re: Character encoding...

2007-03-24 Thread riffla
======= Martin Gainty wrote: > > Riffla- > can we see the contents of se.telia.kontaktamig.web.util.CharsetFilter? > M-- > --- > This e-mail message (including attachments, if any) is intended for

Re: Character encoding...

2007-03-23 Thread riffla
UTF-8 //To be used and loaded as a common property from within Java/JSP code === And beside those alreade mentioned, there's also som lines in struts-html.tld: useLocalEncoding false true for some tag elements (img, link and rewrite tags) That's about it... /Riffla Christopher

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 > >

Re: Character encoding...

2007-03-23 Thread riffla
ran my head against 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 attribut

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.

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 รค, 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 object