File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Struts and the fly likes What Are the Causes for Validation Not Doing Anything? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "What Are the Causes for Validation Not Doing Anything?" Watch "What Are the Causes for Validation Not Doing Anything?" New topic
Author

What Are the Causes for Validation Not Doing Anything?

JiaPei Jen
Ranch Hand

Joined: Nov 19, 2000
Posts: 1309
1. I have this plug-in by the very end of the
struts-config.xml file:

2. I have this action mapping in the struts-config.xml
file:

3. I have this <form-bean> inside the <form-beans> element in the struts-config.xml file:

4. I have the validation.xml file in the AppName/WEB-INF directory

4.1. I changed the beginning of the validation.xml file to
"http://jakarta.apache.org/commons/dtds/validator_1_1_3.dtd"

4.2 my validation.xml file code is shown below

The validation does not do anything. I intentionally left all text fields blank to submit the form. The Struts did not give me any warning regarding the text fields were not filled out.


[ September 22, 2004: Message edited by: JiaPei Jen ]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: What Are the Causes for Validation Not Doing Anything?
 
Similar Threads
Validation, problem with using action path instead of form name
LookupDispatch action with validator
validaion.xml and validaton-rules.xml file not calling
UnavailableException: Cannot load a validator resource from '/WEB-INF/
Error using Struts Validator