RE: Validation help: One struts form, multiple actions

2006-05-08 Thread Paul Benedict
Harsh. > > -Original Message- > From: Paul Benedict [mailto:[EMAIL PROTECTED] > Sent: Monday, May 08, 2006 5:27 PM > To: Struts Users Mailing List; [EMAIL PROTECTED] > Subject: Re: Validation help: One struts form, multiple actions > > > Chaudhary, > > You

RE: Validation help: One struts form, multiple actions

2006-05-08 Thread Chaudhary, Harsh
From: Paul Benedict [mailto:[EMAIL PROTECTED] Sent: Monday, May 08, 2006 5:27 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: Validation help: One struts form, multiple actions Chaudhary, You need a custom validation key for each step in the process. Override the form's valida

Re: Validation help: One struts form, multiple actions

2006-05-08 Thread Paul Benedict
action. All the fields are using the same > > struts form. > > > > That is why I am using a ValidatorActionForm instead of a > > ValidatorForm. > > > > Harsh. > > > > -----Original Message- > > From: Quinn Stone [mailto:[EMAIL PROTECTED] > > Sen

Re: Validation help: One struts form, multiple actions

2006-05-08 Thread Dave Newton
Chaudhary, Harsh wrote: > Now that I think about it, my question is just this: > > Is there a way to selectively validate fields in a struts form? > Yes, only put the fields you want into the validation rule. >>> >>> >>> >>> >>> >>> >>> >>>

RE: Validation help: One struts form, multiple actions

2006-05-08 Thread Chaudhary, Harsh
One struts form, multiple actions My bad. Missed that. How is it blowing out? Q > -Original Message- > From: Chaudhary, Harsh [mailto:[EMAIL PROTECTED] > Sent: Monday, May 08, 2006 1:27 PM > To: Struts Users Mailing List; [EMAIL PROTECTED] > Subject: RE: Validation help: One

RE: Validation help: One struts form, multiple actions

2006-05-08 Thread Quinn Stone
My bad. Missed that. How is it blowing out? Q > -Original Message- > From: Chaudhary, Harsh [mailto:[EMAIL PROTECTED] > Sent: Monday, May 08, 2006 1:27 PM > To: Struts Users Mailing List; [EMAIL PROTECTED] > Subject: RE: Validation help: One struts form, multiple ac

RE: Validation help: One struts form, multiple actions

2006-05-08 Thread Chaudhary, Harsh
3:26 PM To: 'Struts Users Mailing List' Subject: RE: Validation help: One struts form, multiple actions Your form name in validation.xml should be "InputDataForm" (no leading slash), not "/ClientA". > -Original Message- > From: Chaudhary, Harsh [mail

RE: Validation help: One struts form, multiple actions

2006-05-08 Thread Quinn Stone
Your form name in validation.xml should be "InputDataForm" (no leading slash), not "/ClientA". > -Original Message- > From: Chaudhary, Harsh [mailto:[EMAIL PROTECTED] > Sent: Monday, May 08, 2006 1:16 PM > To: Struts Users Mailing List > Subject: Validation help: One struts form, multiple