struts:validate-warEnsure a war file containing a Struts application is valid.
The validator checks the folowing:
WEB-INF/struts-config.xml
<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
<action> tag have
several validations:
className attribute must be a class loadable from the warname attribute, must match a <form-bean> name attribute.path attribute must start with a forward slash, i.e. '/'scope attribute must be one of request or sesssiontype attribute must be a class loadable from the warunknown and validate
attributes must be either true or
false