Re: FW: FW: multiple validators and ActionErrors

2004-05-12 Thread Irfandhy Franciscus
Users Mailing List' Subject: RE: FW: multiple validators and ActionErrors Sorry, that was a cut and past error on my behalf it really is Again sorry for the confusion... -Ben -Original Message- From: Susan Bradeen [mailto:[EMAIL PROTECTED] Sent: Friday, May 07, 2004 4:12 PM

Re: FW: FW: multiple validators and ActionErrors

2004-05-10 Thread Susan Bradeen
ot appending the previous errors already in > the ActionErrors created by the previous validator. > > -Original Message- > From: Sifuentes, Ben > Sent: Saturday, May 08, 2004 1:06 AM > To: 'Struts Users Mailing List' > Subject: RE: FW: multiple validators and A

FW: FW: multiple validators and ActionErrors

2004-05-07 Thread Sifuentes, Ben
Message- From: Sifuentes, Ben Sent: Saturday, May 08, 2004 1:06 AM To: 'Struts Users Mailing List' Subject: RE: FW: multiple validators and ActionErrors Sorry, that was a cut and past error on my behalf it really is Again sorry for the confusion... -Ben -Origin

RE: FW: multiple validators and ActionErrors

2004-05-07 Thread Sifuentes, Ben
Sorry, that was a cut and past error on my behalf it really is -Ben -Original Message- From: Susan Bradeen [mailto:[EMAIL PROTECTED] Sent: Friday, May 07, 2004 4:12 PM To: Struts Users Mailing List Subject: Re: FW: multiple validators and ActionErrors Ben, Theoretically, if

Re: FW: multiple validators and ActionErrors

2004-05-07 Thread Susan Bradeen
validate(); > > > Any help would be appreciated. > > Thanks, > -Ben > > -Original Message- > From: Sifuentes, Ben [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 06, 2004 6:12 PM > To: Struts Users Mailing List (E-mail) > Subject: multiple validator

FW: multiple validators and ActionErrors

2004-05-07 Thread Sifuentes, Ben
: Thursday, May 06, 2004 6:12 PM To: Struts Users Mailing List (E-mail) Subject: multiple validators and ActionErrors I'm using multiple validators for my form. I noticed by chance that each validator is overwriting the ActionErrors for the previous validator that was run. Can someone tell me why th

multiple validators and ActionErrors

2004-05-06 Thread Sifuentes, Ben
I'm using multiple validators for my form. I noticed by chance that each validator is overwriting the ActionErrors for the previous validator that was run. Can someone tell me why this is happening and how to solve the problem? Any help with the problem will be greatly appreciated. Below is the