Where does Struts looks for Validation xml file?

2009-11-24 Thread james billa
I have a JSP page with two fields user name, college name and a submit button. I have a xml validation file SubmitUserAction-validation.xml to validate both the fields on the screen. The action is mapped to SubmitUserAction. On clicking the submit button it gets executed executed successfully and

Re: Where does Struts looks for Validation xml file?

2009-11-24 Thread KamHon Eng
during redeploy, do you clean up compiled folder(classes folder)? I believe the SubmitUserAction-validation.xml still there. On Wed, Nov 25, 2009 at 2:22 AM, james billa jambi...@gmail.com wrote: I have a JSP page with two fields user name, college name and a submit button.  I have a xml