Re: Encoding problem in Struts 2.3.7 in JSPs, selects and submit buttons using i18n

2012-11-22 Thread Łukasz Lenart
2012/11/22 i...@flyingfischer.ch : > I experience some problems with umlauts after upgrading from Struts 2.3.4.1 > to 2.3.7: > > Text with umlauts like 'ä' from properties files get scrambled in the JSPs, > selects and submit buttons. > > file -i shows that properties file are encoded as as iso-885

Re: Encoding problem in Struts 2.3.7 in JSPs, selects and submit buttons using i18n

2012-11-22 Thread Łukasz Lenart
2012/11/22 i...@flyingfischer.ch : > Hi Lenart > > thanks for replying and the input about encoding the properties files! > > Unfortunately encoding the properties file will only solve the problem > partially: > > Some texts in selects do come from a database and will still get > scrambled... You

Re: Encoding problem in Struts 2.3.7 in JSPs, selects and submit buttons using i18n

2012-11-22 Thread Łukasz Lenart
Ok, please register a bug then Regards -- Łukasz mobile +48 606 323 122 http://www.lenart.org.pl/ Warszawa JUG conference - Confitura http://confitura.pl/ 2012/11/22 i...@flyingfischer.ch : > I use pooled connections (c3p0) and do already specify the encoding: > > jdbcUrl="jdbc:mysql://127.0.0.

Re: Encoding problem in Struts 2.3.7 in JSPs, selects and submit buttons using i18n

2012-11-22 Thread i...@flyingfischer.ch
I use pooled connections (c3p0) and do already specify the encoding: jdbcUrl="jdbc:mysql://127.0.0.1/mydatabase?useUnicode=true&characterEncoding=UTF-8 I experience an inconsistent behaviour: Texts from the database only gets scrambled in selects. Umlauts are fine when usinga simple The prob

Re: Encoding problem in Struts 2.3.7 in JSPs, selects and submit buttons using i18n

2012-11-22 Thread i...@flyingfischer.ch
Hi Lenart thanks for replying and the input about encoding the properties files! Unfortunately encoding the properties file will only solve the problem partially: Some texts in selects do come from a database and will still get scrambled... ...but you are probably already aware of that ;-)

Re: Encoding problem in Struts 2.3.7 in JSPs, selects and submit buttons using i18n

2012-11-22 Thread Rene Gielen
Could you please file a bug in JIRA? https://issues.apache.org/jira/browse/WW - René 2012/11/22 i...@flyingfischer.ch > I experience some problems with umlauts after upgrading from Struts > 2.3.4.1 to 2.3.7: > > Text with umlauts like 'ä' from properties files get scrambled in the > JSPs, sele