RE: Linked Forwards?

2003-04-04 Thread Craig R. McClanahan
On Fri, 4 Apr 2003, Adam Sherman wrote: > Date: Fri, 04 Apr 2003 08:15:52 -0500 > From: Adam Sherman <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: RE: Linked Forward

Re: Linked Forwards?

2003-04-04 Thread awc
Hi Adam, This is what I am doing too. Every action may have one or more forwards. like time-out forward, success forward, cancel forward and any other action specific forwards. There are common global forwards which maps common local forwards like "failure". I guess you will have to define gener

RE: Linked Forwards?

2003-04-04 Thread Adam Sherman
On 04/03/03 19:04:20 -0800 Craig R. McClanahan wrote: If you are willing to ensure that all your Actions use the same forward name, you don't have to do anything at all to accomplish this goal. When you call ActionMapping.findForward(), Struts checks the local forward declarations first, and then

RE: Linked Forwards?

2003-04-03 Thread Craig R. McClanahan
On Thu, 3 Apr 2003, Adam Sherman wrote: > Date: Thu, 03 Apr 2003 21:41:54 -0500 > From: Adam Sherman <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: RE: Linked Forwards?

RE: Linked Forwards?

2003-04-03 Thread Adam Sherman
Is it possible to define a global forward like "mainListView" and then define a forward inside an Action that points to it? I would like to use this so my actions forward to standard forwards like "success", "failure", "cancelled", etc. Then I would map those local forwards to global forwards as n

RE: Linked Forwards?

2003-04-03 Thread Rajendra Kadam
EMAIL PROTECTED] Sent: Thursday, April 03, 2003 2:56 PM To: [EMAIL PROTECTED] Subject: Linked Forwards? Is it possible to define a global forward like "mainListView" and then define a forward inside an Action that points to it? I would like to use this so my actions forward to standar

Linked Forwards?

2003-04-03 Thread Adam Sherman
Is it possible to define a global forward like "mainListView" and then define a forward inside an Action that points to it? I would like to use this so my actions forward to standard forwards like "success", "failure", "cancelled", etc. Then I would map those local forwards to global forwards a