I am trying to get HTML code from my properties file into my page using the
following:

<strutsbean:message key="errors.footer" />

This works fine, except when there is HTML code in the errors.footer key.  Then
adding the following "filter" was my fix for a while:

<strutsbean:message key="errors.footer" filter="false"/>

However, now I'm using iPlanet SP3, which uses the Jasper JSP compiler.  Jasper
won't compile the page because filter is not not an attribute pf "message" in
the struts-bean.tld.  So how do I get HTML code in my page from the properties
file now?

Can anyone assist me on this?

Here's the exact error:

Attribute filter invalid according to the specified TLD

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

Reply via email to