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 12:09:15 UTC

[jira] Commented: (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:comment-tabpanel#action_12492559 ] 

Juergen Donnerstag commented on WICKET-369:
-------------------------------------------

Is the reason that you don't want &copy; in your properties file? What is your reason why you don't like it?

You know that *.properties files basically are ASCII only and thus even if we would introduce the attribute you suggested, it won't work for all chars. It might be more appropriate for xml property files though which are currently not yet supported with 1.3.

I understand what you try to do, but I don't yet see the benefit of it.

> 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.