Try to set in your front controller : request.setCharacterEncoding("UTF-8");
It works for us...
Oliver
I found the problem, had nothing to do with Maverick, but instead at the server where the JVM was running. My source code for the controller classes was in UTF-8, but the JVM read it as beeing in ISO8859. Therefore the errormessages that I rasied in the controller was 'dubble' UTF-8 encoded.
Hans
------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 [INVALID FOOTER]
