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
your ActionForm.validate method? > > Any idea? > > Thanks, > Yuanbo > > > -----Original Message----- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of GMaine > Sent: Friday, May 14, 2004 12:31 PM > To: [EMAIL PROTECTED] > Subject: Using DispatchActions

RE: Using DispatchActions with validation

2004-05-14 Thread Wang, Yuanbo
gic inside your ActionForm.validate method? Any idea? Thanks, Yuanbo -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of GMaine Sent: Friday, May 14, 2004 12:31 PM To: [EMAIL PROTECTED] Subject: Using DispatchActions with validation I have a DispatchAction with two me

Using DispatchActions with validation

2004-05-14 Thread GMaine
I have a DispatchAction with two methods. I pass a hidden field "method" in my form, to determine which method should be called. But I want to override this and call a specific method if the form's validation fails. Is it legitimate to put this in the action mapping? input="/myAction.do?method