The documentation at http://struts.apache.org/userGuide/struts-bean.html#message does not mention any such mechanism. If you can use the JSTL tags, try this:

<fmt:message key='text.name' var='textName'/> <%-- saves the value of key text.name as a page-scoped attribute --%>
<c:out value='${text.name}' escapeXml='false'/>


-- Jeff

Ren� Thol wrote:
Hello everybody,

is there any possibility to avoid the filtering within the bean:message tags, so that I'll receive text encoded in HTML entities as is?



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



Reply via email to