When I add the following code to my struts-config.xml
<!-- Validator plug-in -->
<plug-in className="org.apache.struts.validator.ValidatorPlugin">
<set-property property="pathnames" value="/WEB-INF/validator-rules.xml,/WEB-INF/validation.xml"/>
</plug-in>
I get a 404 Servlet action not found. Wierd. When I remove the code, the app works again.
Lee