You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2007/08/31 05:54:30 UTC

[jira] Resolved: (WICKET-881) AbstractChoice not taking into account html escape settings

     [ https://issues.apache.org/jira/browse/WICKET-881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-881.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.0-beta4

> AbstractChoice not taking into account html escape settings
> -----------------------------------------------------------
>
>                 Key: WICKET-881
>                 URL: https://issues.apache.org/jira/browse/WICKET-881
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta2, 1.3.0-beta3
>            Reporter: Carlos Pita
>             Fix For: 1.3.0-beta4
>
>
> The setEscapeModelStrings setting is just ignored. Here is the suspicious code (~ line 390):
> String display = displayValue;
> [...]
> CharSequence escaped = Strings.escapeMarkup(display, false, true);
> buffer.append(escaped);

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.