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 ognl?
why we use struts in our web application , means what was drawbacks of servlet ...pls answer
What is struts and springs in java?
Is struts 1 still supported?
What's the purpose of execute method of action class?
How do you customize ActionServlet?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
Can we have more than one struts-config.xml file for a single struts application?
Why are springs better than struts?
How to work with error tags?
Describe the mvc on struts?
Can you explain the directory structure for a struts folder in brief ?