Hi all.
I'd like to use a jquery-ui icon on a struts2 button to add a bit of visual flair to an app. The code in the
jsp looks something like:
And my application.properties text is:
This almost does what I'd like, except somewhere along the line the html in the message has been escaped. The html generated looks like:
Any ideas what is doing the escaping and how to stop it? Or if anyone has done what I'm attempting and has a better way of doing it (preferably that will allow adding icons to buttons to be made via application.properties changes only)