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
How is forward action used for integration?
Do we need to pay the struts if being used in commercial purpose?
Which components are available using actioncontext map?
What do you mean by struts.dev mode?
How tag libraries are defined in Struts?
Which library is provided by struts for form elements like check boxes, text boxes etc?
What is the different actions available in struts?
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
What do you mean by a custom tag?
Difference between struts and spring?
What is the purpose of struts.xml in struct2?
Which file is used by controller to get mapping information for request routing?
What is a custom tag?
Is struts action class singleton?
How to get data from the velocity page in a action class?