Re: Design Questio

2003-02-08 Thread Justin F. Knotzke
On Sat, Feb 08, 2003 at 03:34:07PM +1030, Scott Barr wrote: Correcting :) Consider this scenario 1. An ActionForwardA forwards to a a.jsp with ActionFormA 2. a.jsp is submitted 3. ActionForwardB gets an ActionFormA, does some 'happy-happy' stuff, then forwards to x.jsp with

Design Questio

2003-02-07 Thread Justin F. Knotzke
Hi, I am sure this is a basic question. Take a situation in where we have 2 JSPs, 2 ActionForms, and 2 ActioForward classes: a.jsp b.jsp ActionFormA.class ActionFormB.class ActionForwardA.class ActionForwardB.class a.jsp has form who's action

Re: Design Questio

2003-02-07 Thread Scott Barr
Correcting :) Consider this scenario 1. An ActionForwardA forwards to a a.jsp with ActionFormA 2. a.jsp is submitted 3. ActionForwardB gets an ActionFormA, does some 'happy-happy' stuff, then forwards to x.jsp with ActionFormB. Regards Scott Barr On Sat, 2003-02-08 at 14:29, Justin F.

Re: Design Questio

2003-02-07 Thread Rob Leland
Justin F. Knotzke wrote: Hi, I am sure this is a basic question. Take a situation in where we have 2 JSPs, 2 ActionForms, and 2 ActioForward classes: a.jsp b.jsp ActionFormA.class ActionFormB.class ActionForwardA.class ActionForwardB.class a.jsp has form