Subhendu, I'm not one of the experts, but I do know one way in which 'input' is used by the controller. This specifies the page to which the user will be returned if the ActionForm fails validation.
You can also us it in you Action class by returning new ActionForward( mapping.getInput() ) if your processing encounters any errors. Perhaps one of the pros will chime up if there are any other uses. Dave D ----- Original Message ----- From: "subhendukumar mohanty" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 22, 2002 3:36 PM Subject: Help needded on Struts-config file Hi One of the mapping in struts-config.xml file comes with example is as follows <action-mappings> <action path="/logon" type="org.apache.struts.example.LogonAction" name="logonForm" scope="request" input="/logon.jsp" unknown="false" validate="true" /> </action-mappings> Could anybody explain me what the "input" element means. How it is used by controller. Thanks, Subhendu -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>