Importing validator-rules.xml into your project,
October 4, 2007 at 4:27 PM
Hi, I have been using Eclipse3.2 and Struts 1.3.5. From the tutorial "Creating Custom Validators", I was a bit confused with finding the location of validator-rules.xml file. At last, I found it under struts-core-1.3.5.jar. You can either import struts-blank-1.3.5.jar into your project or just include the struts-core-1.3.5.jar in Java Build path. This will include the above mentioned file and then you can start editing it to define your custom defined validators. Happy coding !!
View All Comments
| View Tutorial