Can explain about the validations and in your project
where did u used the validations?
Answer Posted / jo
validations are nothing but we are validating the form
values, either it would be unames or passwords..
we can do validations in struts in 2 ways,
1. by overriding validate() in formbean class (or)
2. by using validator framework..
and we can do validations using both ways at a time..
that time we hav to call super.validate() in the validate()
of our formbean class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Are actions thread safe?
How we can controlled duplicate form submission in struts?
What is struts?
Can explain about the validations and in your project where did u used the validations?
How interceptor works in struts 2?
Do we need to pay the struts if being used in commercial purpose?
What is the purpose of struct-config.xml in struct2?
What do you mean by tiles in struts?
What is the purpose of @result annotation?
What's the purpose of execute method of action class?
How can we group related actions in one group in Struts?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
What is the use of jsonvalidation in struts?
What is struts and why it is used?
Will the struts tags support other markup languages such as wml ?