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 |
Give an example of validates method used to avoid errors.
How Struts internally works? For Example if we type the URL "/login.do" how the process goes internaly? How the struts-config.xml loaded?
What are the conditions for actionform to work correctly?
Why are springs better than struts?
why we use struts in our web application , means what was drawbacks of servlet ...pls answer
How to use dispatchaction?
What is the purpose of @emailvalidator annotation?
What is the use of form bean in struts?
What is use of i18n interceptor?
How do I install struts?
What does params interceptor?
What is switchaction?