Is there away to stop the label of a checkbox from being escaped?

<s:checkbox
 key="legal"
 label="I have read the <a href='/about/legal/'>legal stuff</a>"/>

results in:

<label for="_legal" class="checkboxLabel">I have read the &lt;a href='/about/legal/'&gt;legal stuff&lt;/a&gt;</label>



TIA

Kevin

www.junitfactory.com
You send us code. We send back tests. For free.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to