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]>

Reply via email to