is there any way to escape html with bean:message?. The only way I find to achieve this is:
1 - set a pageContext var with the bean:message value.
2 - use bean:write, wich escapes html.
I'd like to do this with a single tag. Something like <bean:message key="mykey" filter="true" />
If it's not possible wich is the best practice?
Thanks in advance. Edgar
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]