Re: Using DispatchActions with validation

2004-05-17 Thread Nicholas L Mohler
| | cc: | | Subject: Re: Using

Re: Using DispatchActions with validation

2004-05-17 Thread Ron Grabowski
> From: "Nicholas L Mohler" > <[EMAIL PROTECTED]> > Date: Mon, 17 May 2004 09:27:11 -0400 > > Hi Jacob, > > I asked almost the same question when we were > implementing validation. We > had the same issue with preparing things before > creating the user page. We > ended up creating an input tha

Re: Using DispatchActions with validation

2004-05-17 Thread Nicholas L Mohler
| | To: [EMAIL PROTECTED] | | cc: | |

Re: Using DispatchActions with validation

2004-05-16 Thread Jacob Weber
Right, the flow returns to the "input" page, which can be another action call. So I'm making my "input" point to "/myAction.do?method=myMethod", which calls a particular method of a DispatchAction. It seems to work, but this kind of points to a larger question. Say I have some steps that need

RE: Using DispatchActions with validation

2004-05-14 Thread Wang, Yuanbo
Correct me if I am wrong, I don't know if this is ever possible. If the validation method in ActionForm class returns a not null ActionErrors obj, the flow will direct to "input" page, so if you really want to invoke something in this case, my bet is that you have to put that logic inside your Acti