[ https://issues.apache.org/jira/browse/WICKET-881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Igor Vaynberg reassigned WICKET-881: ------------------------------------ Assignee: Igor Vaynberg > 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 > Assignee: Igor Vaynberg > 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.