Hi all, It seems that my struts application's validator does not work. I've add <plug-in className="org.apache.struts.validator.ValidatorPlugIn"> <set-property property="pathnames" value="/WEB-INF/validator-rules.xml,/WEB-INF/validation.xml" /> </plug-in> to my struts-config.xml and these two files surely exist.
Actually, it did work yesterday and I don't remember there are any change applied to my application. But the validator just does not work. Have you ever met with this situation? Or is there any way to find out the reason why the validator doesn't work? I can debug my application. Thanks. Talos