Re: (re)populating forms between two actions

2005-08-02 Thread Yaroslav Novytskyy
Michael Jouravlev wrote: On 8/1/05, Yaroslav Novytskyy <[EMAIL PROTECTED]> wrote: Hi! I use a pattern of PrepareAction-> view.jsp-> SubmitAction and also combine those parts to chains like this OnePrepareAction-> oneView.jsp-> OneSubmitAction-> TwoPrepareAction-> twoView.jsp-> TwoSubmitAction.

Re: (re)populating forms between two actions

2005-08-02 Thread Yaroslav Novytskyy
Hi! [EMAIL PROTECTED] wrote: Hi Yaroslav, On my side, I'm using an other method than your. I use the oneSubmitAction to prepare the form of the next page. So, it look like this: OnePrepareAction->oneView.jsp->OneSubmitAction/TwoPrepareAction->twoView.jsp . The subtility in the One

Re: (re)populating forms between two actions

2005-08-01 Thread Michael Jouravlev
On 8/1/05, Yaroslav Novytskyy <[EMAIL PROTECTED]> wrote: > Hi! > > I use a pattern of PrepareAction-> view.jsp-> SubmitAction and also > combine those parts to chains like this OnePrepareAction-> oneView.jsp-> > OneSubmitAction-> TwoPrepareAction-> twoView.jsp-> TwoSubmitAction. All > actions and

RE: (re)populating forms between two actions

2005-08-01 Thread Charles . Gouin-Vallerand
Hi Yaroslav, On my side, I'm using an other method than your. I use the oneSubmitAction to prepare the form of the next page. So, it look like this : OnePrepareAction->oneView.jsp->OneSubmitAction/TwoPrepareAction->twoView.jsp . The subtility in the OneSubmitAction/TwoPrepareAction is