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

Sven Meier resolved WICKET-6445.
--------------------------------
    Resolution: Invalid
      Assignee: Sven Meier

<wicket:message> string resources are not escaped by default.

Either you escape string resources by yourself (*&amp;lt;* instead of < in the 
properties file) or you activate escaping:

{code}
<wicket:message key="testmsg" escape="true"></wicket:message>
{code}

> TagTester throws MalformedTag exception when wicket message is <<
> -----------------------------------------------------------------
>
>                 Key: WICKET-6445
>                 URL: https://issues.apache.org/jira/browse/WICKET-6445
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 8.0.0-M6
>            Reporter: Kamil
>            Assignee: Sven Meier
>         Attachments: showcase-tagTester.zip
>
>
> just run "wicketTesterShouldNotFail" and "wicketTesterShouldNotFail2"



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to