Jesse Bonzo created WICKET-5830:
-----------------------------------

             Summary: setEscapeModelStrings false results in multiple tags
                 Key: WICKET-5830
                 URL: https://issues.apache.org/jira/browse/WICKET-5830
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 6.12.0, 6.19.0
         Environment: Windows 7 x64
            Reporter: Jesse Bonzo
            Priority: Minor


When setting a label's content to be "<p>This should work</p>" and setting 
setEscapeModelStrings to false, it renders as:
<p class="test-class" wicket:id="escapedLabel"></p>
<p></p>
<p>This should work</p>

This leads to issues when trying to style based on "test-class".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to