Showing posts with label ActionForm.strutsexp. Show all posts
Showing posts with label ActionForm.strutsexp. Show all posts

Thursday, October 30, 2008

What is the default value of struts-config.xml validate attribute?

What is the default value of struts-config.xml validate attribute?

validate="true">




default value for validate is true

Wednesday, June 18, 2008

what is the use of reset() method in ActionForm?

The use of reset() method in ActionForm is it is used by the Struts Framework with each request that uses the ActionForm. The main purpose of reset() method is to reset all the data members of the ActionForm object and allow the object to be pooled for reuse.