I'd like to use the set-property element of struts-config to tell my action
whether to expect a token.  For example, I have an action like this:
 
<action path="blah"...>
<set-property property="useToken" value="true"/>
</action>
 
I'm using an abstract action subclass that itself is a superclass to my
"real" actions.  It contains a boolean useToken property.  I also tries a
String but it didn't matter.  That property never gets set to what I specify
in the struts-config file.  Any suggestions?
 
thanks
 
john
 
john gregg
Wells Fargo Services Company
Minneapolis, MN
 


Reply via email to