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
Where can I get help with struts?
what is meant by Struts Validator Framework?
Does Struts2 action and interceptors are thread safe?
What are the core classes of struts?
How is forward action used for integration?
What is the purpose of global-forwards tag in struct-config.xml?
What is the purpose of @after annotation?
What is validate() and reset() functions?
What is actionservlet?
What is the purpose of @emailvalidator annotation?
Explain architecture of struts2?
Why is it called struts?
What is the purpose of action tag in struts.xml?
How do I access token?
Why aren’t the struts tags maintained as part of the jakarta taglibs project ?