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
What are the advantages of spring mvc over struts mvc?
What do you mean by actionmapping?
Explain about how requests from the client are sent?
Can you explain struts validator framework?
How can you create your custom interceptor in struts 2?
Give the details of xml files used in validator framework?
What is struts2 namespace?
What is the difference between forwardaction and includeaction?
What is struts?
Which servlet does the struts framework use?
Where should struts xml be placed?
What is value stack?
How can we display all validation errors to user on jsp page?
What is structs 2 validation framework?
How to use dispatchaction?