[ 
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&#45;UnbreakableText&shy;LongUnbreakableText").setEscapeModelStrings(false));

is resulting in:
<span 
wicket:id="message">Long&#45;UnbreakableText&shy;LongUnbreakableText</span>

> setEscapeModelStrings() swallows &shy;
> --------------------------------------
>
>                 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 &shy; (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.

Reply via email to