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
Can you explain value stack?
What are inner class and anonymous class?
Give the details of xml files used in validator framework?
State an example of struts configuration file as an action parameter for action servlet.
Difference between struts and spring?
What are the components of struts framework?
What is the purpose of @after annotation?
What are the differences between http direct and http indirect?
Describe the two types of formbeans.
What configuration changes are required to use Tiles in Struts?
What is the purpose of @after?
What is struts2 namespace?
What are the advantages of spring mvc over struts mvc?
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
What is difference between spring and struts?