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