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]

Reply via email to