Excellent. I saw a bunch of emails floating around saying that you'd have to also
1) Edit connectors in server.xml and add URIEncoding="UTF-8" 2) Call request.setCharacterEncoding("UTF-8") (at the very beginning of the cycle) Are those also necessary? I'm assuming that I'll need these: <property name="hibernate.connection.characterEncoding">UTF-8</property> <property name="hibernate.connection.useUnicode">true</property> On Aug 31, 2009, at 5:48 AM, Tomasz Dziurko wrote: Add this to init() method in your Application class: getMarkupSettings().setDefaultMarkupEncoding("UTF-8"); getRequestCycleSettings().setResponseRequestEncoding("UTF-8"); This should be enough. -- Regards, Tomasz Dziurko