On Dec 12, 2007 6:51 PM, Marco Aurélio Silva <[EMAIL PROTECTED]> wrote: > Hi > Is there a way to use html code from a language file using, like > setEscapeModelStrings(false) on a label?
I read about the wicket:message implementation recently (to see if I could do something similar for headers and element attributes like title) You could change WicketMessageResolver, it uses a label inside. I'd use a new attribute (defaulting to the old behavior when missing) if I were you: <wicket:message key="propertyName" verbatim="true"> Gabor Szokoli --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
