RE: Problem with validation using both minlength and maxlength on the same field

2004-12-02 Thread David G. Friedman
mes miss key points like that. :) > > Regards and thanks for clearing this up for me, > David > > -Original Message- > From: Niall Pemberton [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 02, 2004 4:24 AM > To: Struts Users Mailing List > Subject: Re: Problem

Re: Problem with validation using both minlength and maxlength on the same field

2004-12-02 Thread Niall Pemberton
ints like that. :) > > Regards and thanks for clearing this up for me, > David > > -Original Message- > From: Niall Pemberton [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 02, 2004 4:24 AM > To: Struts Users Mailing List > Subject: Re: Problem with validation

Re: Problem with validation using both minlength and maxlength on the same field

2004-12-02 Thread Bill Siggelkow
--- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Thursday, December 02, 2004 4:24 AM To: Struts Users Mailing List Subject: Re: Problem with validation using both minlength and maxlength on the same field David, Its not a bug, its not designed to work that way. For the minlength validator you ha

RE: Problem with validation using both minlength and maxlength on the same field

2004-12-02 Thread David G. Friedman
PROTECTED] Sent: Thursday, December 02, 2004 4:24 AM To: Struts Users Mailing List Subject: Re: Problem with validation using both minlength and maxlength on the same field David, Its not a bug, its not designed to work that way. For the minlength validator you have to specify a minlength otherwise

Re: Problem with validation using both minlength and maxlength on the same field

2004-12-02 Thread Niall Pemberton
vid G. Friedman" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, December 02, 2004 6:09 AM Subject: RE: Problem with validation using both minlength and maxlength on the same field > Niall, > > Derek isn't crazy

RE: Problem with validation using both minlength and maxlength on the same field

2004-12-01 Thread David G. Friedman
g from a zero array index position) b) Initialization for each object is in one place. Since the JavaScript appears to look for an object matching the first name of the Array anyway, wouldn't this be cleaner and less redundant? S

Re: Problem with validation using both minlength and maxlength on the same field

2004-12-01 Thread Niall Pemberton
; <[EMAIL PROTECTED]> Sent: Thursday, December 02, 2004 12:46 AM Subject: RE: Problem with validation using both minlength and maxlength on the same field > Derek, > > I'm seeing the same thing you described. I'm sorry I didn't believe you. > Sadly, I'm having

RE: Problem with validation using both minlength and maxlength on the same field

2004-12-01 Thread David G. Friedman
04 1:18 PM To: Struts Users Mailing List Subject: Re: Problem with validation using both minlength and maxlength on the same field On Wednesday 01 December 2004 13:49, [EMAIL PROTECTED] wrote: > I'm trying to validate a simple field. I want to validate that the field > is an integer,

Re: Problem with validation using both minlength and maxlength on the same field

2004-12-01 Thread Derek Broughton
e omitted a "not"), anyway... > -Original Message- > From: Derek Broughton [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 01, 2004 1:18 PM > To: Struts Users Mailing List > Subject: Re: Problem with validation using both minlength and maxlength > on the same

RE: Problem with validation using both minlength and maxlength on the same field

2004-12-01 Thread David G. Friedman
--Original Message- From: Derek Broughton [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 01, 2004 1:18 PM To: Struts Users Mailing List Subject: Re: Problem with validation using both minlength and maxlength on the same field On Wednesday 01 December 2004 13:49, [EMAIL PROTECTED] wr

Re: Problem with validation using both minlength and maxlength on the same field

2004-12-01 Thread Derek Broughton
On Wednesday 01 December 2004 13:49, [EMAIL PROTECTED] wrote: > I'm trying to validate a simple field. I want to validate that the field > is an integer, and meets the min and max length requirements. In the same > application I am able to correctly validate a date field so I'm confident > my ove

RE: Problem with validation using both minlength and maxlength on the same field

2004-12-01 Thread Ram Venkataswamy
: [EMAIL PROTECTED] Subject: Problem with validation using both minlength and maxlength on the same field I'm trying to validate a simple field. I want to validate that the field is an integer, and meets the min and max length requirements. In the same application I am able to correctly val

RE: Problem with validation using both minlength and maxlength on the same field

2004-12-01 Thread Jim Barrows
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 01, 2004 10:49 AM > To: [EMAIL PROTECTED] > Subject: Problem with validation using both minlength and maxlength on > the same field >

Problem with validation using both minlength and maxlength on the same field

2004-12-01 Thread jesnook
I'm trying to validate a simple field. I want to validate that the field is an integer, and meets the min and max length requirements. In the same application I am able to correctly validate a date field so I'm confident my overall struts setup is correct. However when I try to do both a min