It's a standard tomcat problem that everybody sooner or later encounters...

This will work for you:
http://cagan327.blogspot.com/2006/05/utf-8-encoding-fix-tomcat-jsp-etc.html

Just use the EncodingFilter and I bet my [EMAIL PROTECTED]@#$ it will work :-)

Am 29.08.2008 um 11:04 schrieb Ray trace:


i dont think u actually read my post but thx anyways.
as stated in the initial post i tried that allready.



Emanuele Gesuato-2 wrote:

Ray trace wrote:
ino its wierd....

yes my browser says utf-8 .
the mysql  database is in utf-8.
hibernate is utf-8.

basically all is utf-8 except the incoming post data.....arg.

<property name="hibernate.connection.useUnicode">true</property>
<property name="hibernate.connection.characterEncoding">UTF-8</ property>

database schema is created with utf-8  ...so that hibernate tools
generate
the correct tables.
all though i dont think its hibernate causing the problems.


Have you tried using URIEncoding="UTF-8" in the connector tag of your
tomcat server.xml ?

It should be similar to the following:

<Connector port="8080" maxHttpHeaderSize="8192"
           maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" redirectPort="8443" acceptCount="100"
           connectionTimeout="20000" disableUploadTimeout="true"                
    
URIEncoding="UTF-8"/>


HTH,
Emanuele


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
View this message in context: 
http://www.nabble.com/Wicket%2Ctomcat--and-UTF-8-tp19215411p19216327.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to