Hi,

I just want to clear up the sequence of events for calling
an Action from action mapping specified in struts-config.xml.

Is it ActionForm.reset(), ActionForm.validate(), Action.execute()?

And implication of these, any objects set to request scope within
ActionForm.reset() or ActionForm.validate() will be passed to
the next request right?? 

So if ActionForm.validate() fails and forward to a new JSP, that new JSP will 
have access to objects set to request scope from ActionForm.reset(), 
or ActionForm.validate(), right???



Thanks

Reply via email to