Hi i have a problem with tomcat and wicket and UTF-8 im developing my first large wicket app.
no matter what i do wicket dont seem to use the utf-8 settings i specified. the incoming request converts the incoming UTF-8 to iso-8859-1 (the default). only tried post since that what wicket uses. assume its not a problem with get. versions,,,,tomcat 6 ,wicket 1.4 ,also using hibernate 3 ive done the following; 1. specified on the connector endpoint in server.xml = URIEncoding="UTF-8" useBodyEncodingForURI="true" 2. i have a filter infront of the app. setting = request.setCharacterEncoding("UTF-8"); 3. i have in wicketapplikation.init = this.getMarkupSettings().setDefaultMarkupEncoding("UTF-8"); ,,,this.getRequestCycleSettings().setResponseRequestEncoding("UTF-8"); 4.tried adding the metatag in the header also in the html = <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> so wat else do i need? i made a regular servlet, setting the above settings (except the wicketapp settings offcourse). and it works just fine. somehow the request.setcharencoding gets overwritten or something. its driving me crazy plz help. thx in advance -- View this message in context: http://www.nabble.com/Wicket%2Ctomcat--and-UTF-8-tp19215411p19215411.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]