You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Kees van Dieren (JIRA)" <ji...@apache.org> on 2014/11/20 22:10:35 UTC

[jira] [Comment Edited] (WICKET-5771) Ability to escape resource bundle messages added with wicket:message

    [ https://issues.apache.org/jira/browse/WICKET-5771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14220002#comment-14220002 ] 

Kees van Dieren edited comment on WICKET-5771 at 11/20/14 9:09 PM:
-------------------------------------------------------------------

Attached git patch that adds support for escape attribute on wicket:message tag.

The quickstart test {code}com.squins.TestHomePage#shouldEscapeWicketMessageWhenEscapeIsSetToTrue(){code} succeeds with the changes.


was (Author: keesvandieren):
Git patch that adds support for escape attribute on wicket:message tag.

The quickstart test {code}com.squins.TestHomePage#shouldEscapeWicketMessageWhenEscapeIsSetToTrue(){code} succeeds with the changes.

> Ability to escape resource bundle messages added with wicket:message
> --------------------------------------------------------------------
>
>                 Key: WICKET-5771
>                 URL: https://issues.apache.org/jira/browse/WICKET-5771
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket
>    Affects Versions: 6.18.0, 7.0.0-M4
>            Reporter: Kees van Dieren
>         Attachments: fix-WICKET-5771.patch, wicket-message-escape-not-working.tar.gz
>
>
> One of our applications uses wicket:message with an escape attribute, e.g.
>         <wicket:message key="keyName" escape="true" />
> A search gives a related wicket Jira issue which was resolved years ago:
> https://issues.apache.org/jira/browse/WICKET-369
> History of this issue is discussed here:
> http://apache-wicket.1842946.n4.nabble.com/Is-wicket-message-tag-escape-behaviour-customizable-td4668149.html
> Martin suggested creating a Jira issue with quickstart.



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