Hello list,

my problem is that i have a message resource key defined like this:

message.privacy=Die <a
href="/public/privacy/index.html">Datenschutzerklärung</a>

when i use it in text tag like this:

<struts:text name="message.privacy" escapeHtml="false"/>

all is ok an html is not escaped

but when i used it in checkbox tag like this:

<struts:checkbox key="message.privacy" />

html is escaped an my link is not working

is there a way to disable escaping on checkbox tag, i search the hole
documentation and i found nothing to disable escaping



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to