PDA

View Full Version : Use of "input" attribute in the action path element of the struts-config.xml


Sweety_2009
Feb 16, 2009, 04:27 AM
Hi,

<action path="/network/account/UserDetails"
name="userDetailsForm"
scope="request"
input="/WEB-INF/pages/user/edit/yourdetails.jsp"
type="com.redhat.rhn.frontend.action.UserEditSetupAction">
<forward name="success" path="/WEB-INF/pages/user/edit/yourdetails.jsp"/>
</action>

Can anyone please tell me the flow as defined in the above action path.What is the use of input tab in the above action path?


Thanks,
Mausumi