if you want to upgrade to 1.x (1.3) i can try adding a switch to
wicket:message to disable escaping

-igor


On 1/19/07, Peter Thomas <[EMAIL PROTECTED]> wrote:

I am using 1.2.4

Not sure if it matters but I'm using a Spring MessageSource so I have my
own implementation of IStringResourceLoader set up in the Application
through "getResourceSettings().addStringResourceLoader"

Thanks,

Peter.

On 1/19/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
>
> what version of wicket are you using?
>
> -igor
>
>
> On 1/19/07, Peter Thomas < [EMAIL PROTECTED]> wrote:
>
> > 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
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
> >
> >
>
>
> -------------------------------------------------------------------------
> 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
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
>

-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user



-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to