Hi All,
I have some property define in property file like below
Myproperty.name = This is <b>bold</b>
And on some Ajax request I am adding this property to some label like this
add(new Label("somelable", getLocalizer().getString("Myproperty.name."))
My problem is , html tags are rendered as text and I am not getting bold
effect or any Html formatting.
Hope someone know how to fix this.
Thanks
