Re: utf8 problems...

2011-11-14 Thread Maurizio Cucchiara
Christian, this is the filter I was talking about: public class CharacterEncodingFilter implements Filter { private String encoding; public void destroy() { } public void doFilter(ServletRequest req, ServletResponse resp, FilterChain chain) throws ServletException, IOException {

Re: utf8 problems...

2011-11-14 Thread Christian Grobmeier
Maurizio, thanks for your suggestion. With your mail I have found the solution. On Sun, Nov 13, 2011 at 6:31 PM, Maurizio Cucchiara mcucchi...@apache.org wrote: constant name=struts.i18n.encoding value=UTF-8/ (struts.xml) had not effect - it seem it was enabled already parser

Re: utf8 problems...

2011-11-14 Thread Jeff Black
[3] http://ibnaziz.wordpress.com/2008/06/10/spring-utf-8-conversion-using-characterencodingfilter/ From: Maurizio Cucchiara mcucchi...@apache.org To: Struts Users Mailing List user@struts.apache.org Sent: Monday, November 14, 2011 4:56 AM Subject: Re: utf8

utf8 problems...

2011-11-13 Thread Christian Grobmeier
Hi guys, I am searching for a utf-8 problem in my app. I have struts 2 with sitemesh 2.x bundled. backoffice is apache cayenne which connects to mysql with: useUnicode=truecharacterEncoding=utf8 Now I suspect sitemesh somehow. Any ideas were I could look appreciated Is sitemesh still

Re: utf8 problems...

2011-11-13 Thread Maurizio Cucchiara
Hi Christian, I have been using SM in production environments for a long time now. AFAIK 3.x is fairly stable though is still alpha. The encoding issues are my nightmare :), you don't never know where they come from. The default encoding of S2 is UTF8, anyway to enforce the concept you could