Hi All
First of all i am using wicket 1.3.4. I have a problem with not being able
to show html characters when using
StringResourceModel together with xml property file. Xml property file
doesnt support html tags because it
not valid in an xml file. I have tried to escape the "<" tag but then i will
just see the text as it is. For example
if the text is <entry key="test.key"><b>Test</b></entry> then is
will just show <b>Test</b> on the screen.
I then thought that it might be possible to give html characters as
parameters. For example:
<entry key="test.key">You have selected {0}</entry>
Then i will give the parameter "<b>Test</b>" to the StringResourceModel, but
still no luck.
I have set the method Label.setEscapeModelStrings(false) but it seems like
it doesnt have any effect.
Hope that you can help.
Kind regards
/Murat