In struts how to use regurlar formbeans using validation
framework explain?
Answer Posted / santosh kumar
if u want to use validator plug-in in ur application
->u have to call the super class validate() from ur FormBean
class validate()
ex :
public ActionErrors validate(ActionMapping
map,HttpServletRequest req)
{
ActionErrors ers=super.validate(map,req);
----------------
----------------
}
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the core classes of struts?
Why use struts framework in java?
What are the features of struts?
What is the purpose of @intrangefieldvalidator annotation?
What is the procedure of operation of a form tag?
what is meant by Struts Validator Framework?
Describe validate() and reset() methods.
Do I have to credit struts on my own website?
What is the purpose of @before annotation?
Can I have html form property without associated getter and setter formbean methods?
What is use of i18n interceptor?
What are the bundled validators?
What is a custom tag?
Can we use struts and spring together?
What is apache struts cve 2017 5638?