You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Juergen Donnerstag (JIRA)" <ji...@apache.org> on 2007/04/29 18:37:15 UTC

[jira] Closed: (WICKET-369) Add an escape option in to turn off string escape

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

Juergen Donnerstag closed WICKET-369.
-------------------------------------

    Resolution: Fixed

> Add an escape option in <wicket:message> to turn off string escape
> ------------------------------------------------------------------
>
>                 Key: WICKET-369
>                 URL: https://issues.apache.org/jira/browse/WICKET-369
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.3, 2.0
>            Reporter: Ingram Chen
>
> a typical use case is:
> <wicket:message key="copyright">[Copyright here]</wicket:message>
> copyright=Copyright &copy; 2005
> a suggestion is adding escape="" attribute like:
>   
>    <wicket:message key="foo" escape="false">
> to turn off default string escape

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.