Re: utf8 problems...

2011-11-14 Thread Jeff Black
ilter.html [3] http://ibnaziz.wordpress.com/2008/06/10/spring-utf-8-conversion-using-characterencodingfilter/ From: Maurizio Cucchiara To: Struts Users Mailing List Sent: Monday, November 14, 2011 4:56 AM Subject: Re: utf8 problems... Christian, this is the fi

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 wrote: > (struts.xml) had not effect - it seem it was enabled already > class="com.opensymphony.module.sitemesh.parser.HTMLPageParser" /> > (sitemesh.xml) This

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

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=true&characterEncoding=utf8 Now I suspect sitemesh somehow. Any ideas were I could look appreciated Is sitemesh still recommend