ContactUs

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

Describe validate() and reset() methods ?


validate() : Used to validate properties after they have been populated; Called before FormBean is handed to Action. Returns a collection of ActionError as ActionErrors. Following is the method signature for the validate() method.

public ActionErrors validate(ActionMapping mapping,HttpServletRequest request)

reset(): reset() method is called by Struts Framework with each request that uses the defined ActionForm. The purpose of this method is to reset all of the ActionForm's data members prior to the new request values being set.

public void reset() {}

Related Posts Plugin for WordPress, Blogger...
Flag Counter