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 is struts framework?
What is the difference between struts and spring?
What is actioninvocation in struts2?
What is action servlet in struts?
What is the struts in java?
What are different ways to create Action classes in Struts2?
Is struts compatible with other java technologies?
what is the purpose of load_on_startup entry in struts- config.xml?
What are the features of struts?
What's mvc pattern ?
Provide some important Struts2 constants that you have used?
Can a reducer dispatch an action?