You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Edward Q. Bridges" <e....@argo-tec.de> on 2002/02/28 15:24:53 UTC

passing parameters

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>