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 are the core components of a struct2 based application?
At the point, you should go for struts framework?
Which servlet does the struts framework use?
Is struts mvc framework?
How can we group related actions in one group in Struts?
how the error can be showed in the jsp page in struts?
what is the advantages and diadvantages of Struts?
diffrence between dispatch action and lookupdispatch action write simple web appliction (insert records in database)
8 Answers Athena Health Care, Symphony, TCS,
What is the purpose of @results?
What happens when Two users requests for same action class? How the threads are controlled?
Name the different types of actions found in struts.
What are best practices to follow while developing Struts2 application?