[
https://issues.apache.org/jira/browse/WICKET-3260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pedro Santos closed WICKET-3260.
--------------------------------
Resolution: Cannot Reproduce
Hi Gregor, I couldn't reproduce.
<span wicket:id="message"></span>
add(new Label("message",
"Long-UnbreakableText­LongUnbreakableText").setEscapeModelStrings(false));
is resulting in:
<span
wicket:id="message">Long-UnbreakableText­LongUnbreakableText</span>
> setEscapeModelStrings() swallows ­
> --------------------------------------
>
> Key: WICKET-3260
> URL: https://issues.apache.org/jira/browse/WICKET-3260
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 1.4.14
> Reporter: Gregor B. Rosenauer
> Priority: Minor
> Attachments: setEscapeModelStrings_shy-issue.html
>
>
> When inserting text with the HTML entity ­ (soft hyphen), Wicket ignores
> it and it is not inserted into the markup even though using
> setEscapeModelStrings(false);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.