Apache Maven 1.x has reached its end of life, and is no longer supported. For more information, see the announcement. Users are encouraged to migrate to the current version of Apache Maven.
The war file has a struts configuration, usually
WEB-INF/struts-config.xml
Form Beans defined by a <form-bean> tag
have a type that is loadable from the war file
and not the classpath. If the form bean has
a className, that class too must be loaded from
the war
Actions defined by a <action> tag have
several validations:
the className attribute must be a class loadable from the war
the name attribute, must match a <form-bean> name attribute.
the path attribute must start with a forward slash, i.e. '/'
the scope attribute must be one of request or sesssion
the type attribute must be a class loadable from the war
the unknown and validate
attributes must be either true or
false