How to carryout the validations in struts if the validator
frame work cant handle the validation
Answer Posted / sitaram
There are two types of validations in Struts.
1.by using validator method in form bean.
2.by using validator.XML file in the struts. that
vlalidators are declared in validator.XML.
The validator frame work handle the validation. he
validation are declaring in validator.xml.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is action chaining ?
Difference between struts and spring?
What is the difference between validation.xml and validator-rules.xml files in struts?
What are the struts2 configuration properties that control file uploading process?
How do I access token?
What are inner class and anonymous class?
Does Struts2 action and interceptors are thread safe?
Explain about logic match tag?
What is the use of resourcebundle.properties file in Struts Validation framework?
How can we work with error tags?
How to override the default error message that can come during file uploading process?
What are the cons of struts 2?
What validate() and reset() method does ?
What is the significance of logic tags in Struts?
Can we have multiple struts config files in a single web app?