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-14 Thread
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: Addition of two new actions) I thought the whole point was that there would be only one forward

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

2003-08-14 Thread
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: Addition of two new actions) I thought the whole point was that there would be only one forward

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? action path=/myAction type=o.a.s.actions.SuccessAction forward name=success path=/myPage.jsp /action action path=/myOtherAction

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, could we go crazy and default the type as well

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

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 allowed,

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: RE: SuccessAction (was RE: Addition of two new actions)

2003-08-12 Thread
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: Addition of two new actions) I thought the whole point was that there would be only one forward

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

2003-08-12 Thread
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: Addition of two new actions) I thought the whole point was that there would be only one forward

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

2003-08-11 Thread
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: Addition of two new actions) I thought the whole point was that there would be only one forward

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

2003-08-10 Thread 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 would always forward to that forward? In that case, you

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 first

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 forward

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

2003-08-08 Thread Steve Raeburn
-Original Message- From: David Graham [mailto:[EMAIL 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 you're suggesting