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
How to get data from the velocity page in a action class?
What is the use of jsonvalidation in struts?
When it’s useful to use IncludeAction?
What is the different actions available in struts?
What are apache struts?
What are struts in java?
Does struts include its own unit tests?
What is the difference between struts and spring?
How can duplicate form submission be handled in struts 2?
How many servlet controllers are used in a Struts Application?
Explain about how requests from the client are sent?
How we can configured action mapping in struts?
Describe validate() and reset() methods.
How to use forward action to restrict a strut application to mvc?
What is the purpose of struts.properties in struct2?