When will reset and validate methods call in struts action forms

B

Babu Kalakrishnan

ramakrishna said:
Hi all,
when will the reset and validate methods call in struts action form?

I think this is clearly documented in the Struts documentation. reset()
is called before the form is populated with parameters from the incoming
request, and validate() is called after populating it.

Struts being an open source project, you can always look at the source
code as well. Look at the flow in the process() method of the
RequestProcessor class.

BK
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top