Hi, With respect to the previous versions of struts, we had the controller
1. instantiating & populating ActionForm, 2. Validating the fields in the action form, 3. Calling the execute method of Action 4. Getting the action forward from the execute method. With respect to Struts 1.3 are the same accomplished by (in the same order) 1. AbstractCreateActionForm, AbstractPolulateActionForm 2. AbstractValidateActionForm 3. AbstractCreateAction, ExecuteCommand 4. AbstractPerformForward Could you please let me know if these are called by ComposableRequestProcessor and needs to be extended by the user? Regards Rajaneesh -----Original Message----- From: Ted Husted [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 22, 2005 3:14 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: Struts 1.3 chaining flow diagram Since Struts 1.3.0 doesn't exist yet :), please redirect this post to the DEV@ list. -Ted. On Tue, 22 Mar 2005 11:46:05 +0530, Rajaneesh <[EMAIL PROTECTED]> wrote: > > Hi, > > With respect to the previous versions of struts, we had the controller > > 1. instantiating & populating ActionForm, > 2. Validating the fields in the action form, > 3. Calling the execute method of Action > 4. Getting the action forward from the execute method. > > With respect to Struts 1.3 are the same accomplished by (in the same > order) > 1. AbstractCreateActionForm, AbstractPolulateActionForm > 2. AbstractValidateActionForm > 3. AbstractCreateAction, ExecuteCommand > 4. AbstractPerformForward > > Could you please let me know if these are called by > ComposableRequestProcessor > and needs to be extended by the user? > > Regards > Rajaneesh > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]