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 reasons for an error message not being displayed while developing struts application?
What is dispatchaction?
what is the purpose of action servlet and action?
What is spring and struts in java?
What is struts? Explain
what is is the use DynaActionForm?
what is struts? why Struts?
What are the two scope types for formbeans?
What is the difference between forwardaction and includeaction?
What is spring hibernate and struts in java?
Give the details of xml files used in validator framework?
In strurt why w use two differnt files web.xml and strut config.xml?