We had similar problems and by changing

 <Connector port="80"/>

to

 <Connector port="80" URIEncoding="UTF-8"/>

in the <tomcat>/conf/server.xml fixed the problem.

Tom


Johan Compagner wrote:
> Did you configure tomcat correctly for utf 8?
> Search this list for the right settings
> 
> On 30/01/2009, Philipp Daumke <dau...@averbis.de> wrote:
>> Hi all,
>>
>> when I enter German umlauts (e.g. "äöü") in a wicket text field it's
>> converted to "äöü". Everything seems to be in "UTF-8". I already
>> tried to apply a filter as described in
>> http://wiki.apache.org/tomcat/Tomcat/UTF-8 without success. Any ideas?
>>
>> Thanks for your help
>> Philipp
>> --
>>
>> Averbis GmbH
>> c/o Klinikum der Albert-Ludwigs-Universität
>> Stefan-Meier-Strasse 26
>> D-79104 Freiburg
>>
>> Fon: +49 (0) 761 - 203 6707
>> Fax: +49 (0) 761 - 203 6800
>> E-Mail: dau...@averbis.de
>>
>> Geschäftsführer: Dr. med. Philipp Daumke, Kornél Markó
>> Sitz der Gesellschaft: Freiburg i. Br.
>> AG Freiburg i. Br., HRB 701080
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to