Hi, I'm not sure why the ticket says "Fixed" but there was never such attribute for <wicket:message> tag. I think the default is to escape HTML. What is the issue you try to solve ?
Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Oct 29, 2014 at 10:01 AM, Kees van Dieren <[email protected]> wrote: > Hi, > > We need the wicket:message tag to be able to escape its messages . > > 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 > > However in Wicket 6 the escape attribute seems to be not in use any more; > adding this attribute does not affect escaping. > > Is there still a way to customize escaping of wicket:message strings? > > Thanks in advance! > > Best Regards, > > Kees >
