Hi,

I'm migrating a JSP app which already has i18n to wicket and re-using an
existing resource bundle.  There are a few cases where HTML has been
embedded in the string resource - e.g:

my.key=Hello<br/>World!

But now when using <wicket:message key="my.key"/> wicket appears to be html
escaping the value of the localized string retrieved - so in this case I see
the "<br/>" rendered on screen where I expected a line break.

Is there any way to suppress this or there is no option but to clean up the
bundles?

Thanks,

Peter.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to