Re: RE: SuccessAction (was RE: Addition of two new actions)

2003-08-14 Thread 苗启广
hi ,all: how can I send my questions to all of you ? Could you tell me ? Thanks~~ mqg - SOUVENIR --- . | Souvenir of China | | A Good Place for You | `--> http://www.souvenirchina.com -' mailto:[EMAIL PROTECTED] --

RE: SuccessAction (was RE: Addition of two new actions)

2003-08-14 Thread David Graham
--- Steve Raeburn <[EMAIL PROTECTED]> wrote: > > I thought the whole point was that there would be only one forward > > and the action would always forward to that forward? In that case, > > you could count on using the first one. > > Just thinking that if an anonymous/default ActionForward were

Re: RE: SuccessAction (was RE: Addition of two new actions)

2003-08-14 Thread 苗启广
hi ,all: how can I send my questions to all of you ? Could you tell me ? Thanks~~ mqg - SOUVENIR --- . | Souvenir of China | | A Good Place for You | `--> http://www.souvenirchina.com -' mailto:[EMAIL PROTECTED] --

RE: SuccessAction (was RE: Addition of two new actions)

2003-08-14 Thread Joe Germuska
At 18:18 -0700 8/8/03, Steve Raeburn wrote: I don't think that you could rely on the ActionForwards being returned in the same order each time, so forwarding to the first one found would not be guaranteed to work. I thought the whole point was that there would be only one forward and the action wo

RE: SuccessAction (was RE: Addition of two new actions)

2003-08-14 Thread Steve Raeburn
> -Original Message- > From: David Graham [mailto:[EMAIL PROTECTED] > Sent: August 9, 2003 3:56 PM > To: Struts Developers List > Subject: RE: SuccessAction (was RE: Addition of two new actions) > > > > > > If Action actually does something useful, coul

Re: SuccessAction (was RE: Addition of two new actions)

2003-08-14 Thread David Graham
--- Steve Raeburn <[EMAIL PROTECTED]> wrote: > OK, I'm back. Now where were we... > > What you're suggesting is this? > > type="o.a.s.actions.SuccessAction"> > > > > type="o.a.s.actions.SuccessAction" > parameter="oops"> > > > > I honestly don

Re: RE: SuccessAction (was RE: Addition of two new actions)

2003-08-14 Thread 苗启广
t play ball. > >I haven't touched Action...yet ;-) > >Steve > > > >> -Original Message- >> From: Steve Raeburn [mailto:[EMAIL PROTECTED] >> Sent: August 8, 2003 8:36 PM >> To: Struts Developers List >> Subject: RE: SuccessAction (was RE: Addit

Re: RE: SuccessAction (was RE: Addition of two new actions)

2003-08-14 Thread 苗启广
t play ball. > >I haven't touched Action...yet ;-) > >Steve > > > >> -Original Message- >> From: Steve Raeburn [mailto:[EMAIL PROTECTED] >> Sent: August 8, 2003 8:36 PM >> To: Struts Developers List >> Subject: RE: SuccessAction (was RE: Addit

RE: SuccessAction (was RE: Addition of two new actions)

2003-08-14 Thread Steve Raeburn
> I thought the whole point was that there would be only one forward > and the action would always forward to that forward? In that case, > you could count on using the first one. Just thinking that if an anonymous/default ActionForward were allowed, then it could also be useful for other actions

Re: RE: SuccessAction (was RE: Addition of two new actions)

2003-08-12 Thread 苗启广
t play ball. > >I haven't touched Action...yet ;-) > >Steve > > > >> -Original Message- >> From: Steve Raeburn [mailto:[EMAIL PROTECTED] >> Sent: August 8, 2003 8:36 PM >> To: Struts Developers List >> Subject: RE: SuccessAction (was RE: Addit

Re: RE: SuccessAction (was RE: Addition of two new actions)

2003-08-11 Thread 苗启广
t play ball. > >I haven't touched Action...yet ;-) > >Steve > > > >> -Original Message- >> From: Steve Raeburn [mailto:[EMAIL PROTECTED] >> Sent: August 8, 2003 8:36 PM >> To: Struts Developers List >> Subject: RE: SuccessAction (was RE: Addit

Re: RE: SuccessAction (was RE: Addition of two new actions)

2003-08-11 Thread 苗启广
t play ball. > >I haven't touched Action...yet ;-) > >Steve > > > >> -Original Message- >> From: Steve Raeburn [mailto:[EMAIL PROTECTED] >> Sent: August 8, 2003 8:36 PM >> To: Struts Developers List >> Subject: RE: SuccessAction (was RE: Addit

Re: SuccessAction (was RE: Addition of two new actions)

2003-08-10 Thread Ted Husted
Maverick directly supports the idea that a command may have only one destrintation, and then streamlines its behavior. So we have some precedent under the "great minds" theory =:0) ActionMapping.findForwards only brings back local forwards. So the "DefaultAction" could just forward to the firs

RE: SuccessAction (was RE: Addition of two new actions)

2003-08-10 Thread Steve Raeburn
; From: Steve Raeburn [mailto:[EMAIL PROTECTED] > Sent: August 8, 2003 8:36 PM > To: Struts Developers List > Subject: RE: SuccessAction (was RE: Addition of two new actions) > > > > I thought the whole point was that there would be only one forward > > and the action wou

Re: SuccessAction (was RE: Addition of two new actions)

2003-08-09 Thread Joe Germuska
At 16:51 -0700 8/8/03, David Graham wrote: I'd like to get your thoughts (and others) on my proposal at the beginning of this message. In short, we wouldn't use the parameter attribute nor would we define "success" as the only correct forward name. SuccessAction would forward to the first that's

RE: SuccessAction (was RE: Addition of two new actions)

2003-08-08 Thread Steve Raeburn
PROTECTED] > Sent: August 8, 2003 4:51 PM > To: Struts Developers List > Subject: Re: SuccessAction (was RE: Addition of two new actions) > > > --- Steve Raeburn <[EMAIL PROTECTED]> wrote: > > OK, I'm back. Now where were we... > > > > What