RE: Required checkbox field & Validator

2003-10-15 Thread Saul Yuan
Try \- and \s or \s+ for multiple spaces. Saul > -Original Message- > From: Erez Efrati [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 15, 2003 10:05 AM > To: 'Struts Users Mailing List' > Subject: RE: Required checkbox field & Validator > >

Re: Required checkbox field & Validator

2003-10-15 Thread Adam Hardy
m Hardy [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 3:55 PM To: Struts Users Mailing List Subject: Re: Required checkbox field & Validator If I think you mean what you mean, I think it's done so that any depends validation that fails returns and no more validations on that f

RE: Required checkbox field & Validator

2003-10-15 Thread Erez Efrati
ubject: Re: Required checkbox field & Validator If I think you mean what you mean, I think it's done so that any depends validation that fails returns and no more validations on that field are done. But I've seen all fields getting validated in my client-side stuff. On 10/15/2003 03

RE: Required checkbox field & Validator

2003-10-15 Thread Shah, Prashant (Controllers, IT)
Shah 860-547-4947 -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 9:52 AM To: Struts Users Mailing List Subject: Re: Required checkbox field & Validator Sorry, no idea! I was just taking a wild guess. I thought a mask was a reg

Re: Required checkbox field & Validator

2003-10-15 Thread Adam Hardy
r 15, 2003 3:02 PM To: Struts Users Mailing List Subject: Re: Required checkbox field & Validator On 10/15/2003 02:23 PM Erez Efrati wrote: I have a DynaActionForm with a boolean field representing a checkbox field which must be checked before processing the form. I've tried marking him a

Re: Required checkbox field & Validator

2003-10-15 Thread Adam Hardy
't work I guess I'd have to write one of my own. Erez -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 3:02 PM To: Struts Users Mailing List Subject: Re: Required checkbox field & Validator On 10/15/2003 02:23 PM Erez Efrati wr

RE: Required checkbox field & Validator

2003-10-15 Thread Erez Efrati
ECTED] Sent: Wednesday, October 15, 2003 3:02 PM To: Struts Users Mailing List Subject: Re: Required checkbox field & Validator On 10/15/2003 02:23 PM Erez Efrati wrote: > I have a DynaActionForm with a boolean field representing a checkbox > field which must be checked before processing

RE: Required checkbox field & Validator

2003-10-15 Thread Erez Efrati
ay, October 15, 2003 3:02 PM To: Struts Users Mailing List Subject: Re: Required checkbox field & Validator On 10/15/2003 02:23 PM Erez Efrati wrote: > I have a DynaActionForm with a boolean field representing a checkbox > field which must be checked before processing the form. I

Re: Required checkbox field & Validator

2003-10-15 Thread Adam Hardy
On 10/15/2003 02:23 PM Erez Efrati wrote: I have a DynaActionForm with a boolean field representing a checkbox field which must be checked before processing the form. I've tried marking him as depending on 'required' but that didn't do it and the server side FieldChecks.validateRequired () of Strut

Required checkbox field & Validator

2003-10-15 Thread Erez Efrati
Hi, I have a DynaActionForm with a boolean field representing a checkbox field which must be checked before processing the form. I've tried marking him as depending on 'required' but that didn't do it and the server side FieldChecks.validateRequired () of Struts just let it pass. Going into the