Re: Actions forwarding to actions

2005-07-26 Thread Liming Xu
You can also add RequestProcessor as controllers. - Original Message - From: [EMAIL PROTECTED] To: Struts Users Mailing List Cc: Struts Users Mailing List Sent: Tuesday, July 26, 2005 1:40 PM Subject: Re: Actions forwarding to actions Not always. An Action should be

Re: Actions forwarding to actions

2005-07-26 Thread BHansard
calling multiple actions that know how to handle a specific set of events. ">"Lance Semmens" <[EMAIL PROTECTED]> "Lance Semmens" <[EMAIL PROTECTED]> 07/26/2005 12:24 PM Please respond to "Struts Users Mailing List" To "Struts

Re: Actions forwarding to actions

2005-07-26 Thread Jeff Beal
See http://wiki.apache.org/struts/ActionChaining?highlight=%28actionchaining%29 On 7/26/05, Lance Semmens <[EMAIL PROTECTED]> wrote: > I'm a newbie to struts and I'm maintaining what I consider to be > spaghetti code. > There actions which forward to other actions and I'm getting lost a bit > lost

Actions forwarding to actions

2005-07-26 Thread Lance Semmens
I'm a newbie to struts and I'm maintaining what I consider to be spaghetti code. There actions which forward to other actions and I'm getting lost a bit lost at times. As a rule, should an action be all encompassing and therefore not need to forward to another action? -