simple question, (i hope!)
if i set a property for an action in struts-config.xml like this:
<action path="/view-channels"
type="contentdb.view.channels.ViewChannelsAction"
name="viewChannelsForm"
scope="request"
validate="true"
input="/WEB-INF/jsp/ViewChannelItems.jsp">
<set-property property="needsLogin" value="true"/>
</action>
how could i then retrieve the value of "needsLogin" from an Action class?
thanks!
--e--
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>