<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]

