You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Sven Meier (JIRA)" <ji...@apache.org> on 2017/03/02 09:28:45 UTC

[jira] [Commented] (WICKET-6331) broken umlauts with AjaxEditableLabel

    [ https://issues.apache.org/jira/browse/WICKET-6331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15891913#comment-15891913 ] 

Sven Meier commented on WICKET-6331:
------------------------------------

AjaxEditableMultiLineLabel uses a POST by default, while AjaxEditableLabel uses GET requests.

For the latter to work correctly you have to configure Tomcat to use UTF-8 for URIEncoding:

    https://wiki.apache.org/tomcat/FAQ/CharacterEncoding#Q2

> broken umlauts with AjaxEditableLabel
> -------------------------------------
>
>                 Key: WICKET-6331
>                 URL: https://issues.apache.org/jira/browse/WICKET-6331
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 7.3.0, 7.6.0
>            Reporter: Tobias Wink
>
> When editing an AjaxEditableLabel with a text including german umlauts like äüöÄÜÖ then the umlauts will be broken when the Label looses focus.
> It can be reproduced on the example page [http://examples7x.wicket.apache.org/ajax/editable-label]
> The AjaxEditableMultiLineLabel on the same example page handles umlauts right.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)