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 are the core components of a struct2 based application?
What is the purpose of @results?
What are the two types of validations supported by validator framework?
What does action do in struts?
What is the purpose of @doublerangefieldvalidator annotation?
Which design pattern the interceptors in struts2 is based on?
How to convert struts to spring mvc?
How can we display validation errors on jsp page?
Why it called struts?
What are Struts2 core components?
What validate() and reset() method does ?
Is struts mvc framework?
What do struts do?
What is struts validator framework?
What are the sections into which a strut configuration file can be divided?