i'm trying to store configuration options in my ApplicationResources.properties file. is it possible to access them from a logic:equal tag as in the provided code snippet? i don't get an error, but it also isn't working properly. i'm using struts 1.0.2 on tomcat 4.1.18.
<logic:equal scope="application" name="org.apache.struts.action.MESSAGE" parameter="client.priv.sell" value="true"/> <!-- content for conditional evaluation </logic:equal> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>