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
JavaRanch » Java Forums » Application 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 ]
 
 
subject: What Are the Causes for Validation Not Doing Anything?
 
Threads others viewed
UnavailableException: Cannot load a validator resource from '/WEB-INF/
LookupDispatch action with validator
validaion.xml and validaton-rules.xml file not calling
Error using Struts Validator
Validation, problem with using action path instead of form name
IntelliJ Java IDE