On 10/13/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > Instead, Action and ActionForm should be combined into one object, which can > be: > * stateful, if needed > * can be accessed from JSP > * can be automatically populated > * contaned lifecycle methods (via interface, like in Shale) > * can respond to input events (like DispatchAction)
The question is getting there from here -- without leaving anyone behind. One reason we're changing the request processor is give people more flexibility in deciding how things work. As it stands, these sort of changes are slated for the Struts 1.5.x series. * http://struts.apache.org/milestones.html A simple way to accomplish some of this is to put an execute method on an ActionForm and then have the Action delegate to the ActionForm. -Ted. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
