Re: Wicket 1.5.4 - Application crashing on German umlaut characters

2012-02-27 Thread toytown
Thanks. It worked. But strange that such basic settings are not enabled in Tomcat -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-1-5-4-Application-crashing-on-German-umlaut-characters-tp4412794p4424640.html Sent from the Users forum mailing list archive at Nabb

Re: Wicket 1.5.4 - Application crashing on German umlaut characters

2012-02-23 Thread Gregor Kaczor
I had similar problems without that Exception. Have you added URIEncoding="UTF-8" to your connector? See http://struts.apache.org/2.0.6/docs/how-to-support-utf-8-uriencoding-with-tomcat.html On 02/23/2012 09:07 AM, Martin Grigorov wrote: Hi, Create a quickstart and attach it to a ticket.

Re: Wicket 1.5.4 - Application crashing on German umlaut characters

2012-02-23 Thread Martin Grigorov
Hi, Create a quickstart and attach it to a ticket. Thanks! On Thu, Feb 23, 2012 at 5:26 AM, toytown wrote: > > Wicket : 1.5.4 > Tomcat : 6.0.28 to 6.0.35 > JDK - 1.6 >  I have a simple search application where I could enter search parameters > like city name in a input textbox component. I am us

Wicket 1.5.4 - Application crashing on German umlaut characters

2012-02-22 Thread toytown
Wicket : 1.5.4 Tomcat : 6.0.28 to 6.0.35 JDK - 1.6 I have a simple search application where I could enter search parameters like city name in a input textbox component. I am using displaying the results in a separate page by passing search criteria as pageparameters. searchForm.add(n