Try to add URIEncoding="UTF-8" in the Connector meta in the server.xml file of Tomcat:
<Connector URIEncoding="UTF-8" ...> Should solve your problem... Regards, Gabriel. -- View this message in context: http://old.nabble.com/AjaxEditableLabel-tp26676156p26699350.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]
