In struts how to use regurlar formbeans using validation
framework explain?
Answer / 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 |
What do you mean by tiles in struts?
Why use struts framework in java?
What is controller in struts2?
What are the loop holes of struts?
how to write the configuration file of struts application if any one had simple struts application please it to me
What are the bundled validators?
What is interceptor? And life cycle methods of interceptor?
Who makes the struts?
What is difference between actionform and dynaactionform?
What are inner class and anonymous class?
At the point, you should go for struts framework?
How is the mvc design pattern used in struts framework?