Hi,
 
I have a label component id in my markup that is linked to a  model that contains a string like <i>hello world</i>.
Currently Wicket displays the string as is on the label, which doesn't surprise me. But I don't want that. I want the tags to be transformed as well. I know this can be achieved by wraping the <i></i> around my <span> or id declaring the component. But I want to know if there is  a way to force Wicket to transform html tags in the output.
 
Francis

Reply via email to