<action path="/somepath"
type="SomeAction"
name="SomeForm"
scope="session"
input attribute is required if "name" is specified and the input bean returns validation errors. It is optional if "name" is specified and the input bean does not return validation errors.
type="SomeAction"
name="SomeForm"
scope="session"
input="someinput.jsp">
input attribute is required if "name" is specified and the input bean returns validation errors. It is optional if "name" is specified and the input bean does not return validation errors.