Re: Struts2, tiles2 and character encoding problem

2007-02-08 Thread elin
Reported bug: https://issues.apache.org/struts/browse/TILES-104 Let's continue any further conversation on the [EMAIL PROTECTED] mailing list. Joe Germuska wrote: > > OK, a few more notes: > > just to be clear, > > I have specified struts.i18n.encoding=UTF-8. > > > This is not used to di

Re: Struts2, tiles2 and character encoding problem

2007-02-07 Thread Joe Germuska
OK, a few more notes: just to be clear, I have specified struts.i18n.encoding=UTF-8. This is not used to directly set the response character encoding. I use a CharacterEncodingFilter to set encoding to UTF-8. In my experience, a CharacterEncodingFilter is used to control the request content

Re: Struts2, tiles2 and character encoding problem

2007-02-07 Thread elin
I double-checked that there is only one tiles-core jar. Monitoring shows: Conventional Struts result response's Content-Type header is text/html;charset=utf-8 If I request a jsp directly, the response's Content-Type header is text/html;charset=utf-8 Tiles Result response has no Content-Type he

Re: Struts2, tiles2 and character encoding problem

2007-02-07 Thread Joe Germuska
TILES-28 should be resolved in the SNAPSHOT version you indicate, while the subsequent change (to the Taglib URI) hadn't been changed. I just deployed a 2.0-SNAPSHOT rather than let it hang on as something less clear going forward. But back to your issue: it might seem that you've found a variat

Re: Struts2, tiles2 and character encoding problem

2007-02-07 Thread elin
Thank you for your reply. I upgraded from struts 2.0.4 to 2.0.5 but with the same result. I use maven to build the project which gives me the tiles version tiles-core-2.0-20070130.184344-3.jar. It seems to be the latest snapshot. Is this the version where the bug you mentioned is fixed? Or do you

Re: Struts2, tiles2 and character encoding problem

2007-02-06 Thread Joe Germuska
Are you using the newest version of Tiles? There was a bug in which the content types were not being set in some cases; I was using a JSP page attribute to set the content type, not the other options, but it may be related. For everyone who is using Tiles 2, note that very soon now, the SNAPSHOT

Struts2, tiles2 and character encoding problem

2007-02-06 Thread elin
Hi, I use struts2 and tiles2 in my web application. When my tiles result contains data with åäö and I write the data using el, the characters are not displayed correctly. If I write the data with a struts tag, for example the characters are displayed correctly. If I do not to use a tiles result