[
https://issues.apache.org/jira/browse/WICKET-1273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Johan Compagner closed WICKET-1273.
-----------------------------------
Resolution: Invalid
this is not a bug of wicket
this is a configuration issue in Tomcat you need to set what encoding it should
use for the url/uri
http://tomcat.apache.org/tomcat-5.5-doc/config/ajp.html
see:
URIEncoding: This specifies the character encoding used to decode the URI
bytes, after %xx decoding the URL. If not specified, ISO-8859-1 will be used.
useBodyEncodingForURI: This specifies if the encoding specified in contentType
should be used for URI query parameters, instead of using the URIEncoding. This
setting is present for compatibility with Tomcat 4.1.x, where the encoding
specified in the contentType, or explicitely set using
Request.setCharacterEncoding method was also used for the parameters from the
URL. The default value is false.
> AjaxEditableMultiLineLabel, AjaxEditableLabel - charset encoding problem
> ------------------------------------------------------------------------
>
> Key: WICKET-1273
> URL: https://issues.apache.org/jira/browse/WICKET-1273
> Project: Wicket
> Issue Type: Bug
> Components: wicket-extensions
> Affects Versions: 1.3.0-final
> Environment: Java 1.6.0_03-b05, Windows XP SP2 PL
> Reporter: Artur Wronski
> Priority: Critical
>
> When I type text with polish characters (like ęóąśłżźćń) into
> AjaxEditableLabel or AjaxEditableMultiLineLabel it is scrambled into
> ÄóÄ
ÅÅżźÄÅ
> There is the same problem with special german characters etc.
> You can chack it on:
> http://wicketstuff.org/wicket13/ajax/editable-label.1.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.