RE: Validator range server-side check assumes Integer?

2003-07-25 Thread Yansheng Lin
Then use doubleRange:). -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Brian Chaplin Sent: July 24, 2003 4:56 PM To: [EMAIL PROTECTED] Subject: Re: Validator range server-side check assumes Integer? I want to check that it's within range and also a double.

Re: Validator range server-side check assumes Integer?

2003-07-24 Thread Brian Chaplin
#x27;intRange' instead of 'range'. 'range' is deprecated. > > Also if it's a int, why there is a 'double' in depends? > > > > > -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Brian Chaplin > Sent: July 24

RE: Validator range server-side check assumes Integer?

2003-07-24 Thread Yansheng Lin
o: [EMAIL PROTECTED] Subject: Validator range server-side check assumes Integer? I'm validating a BigDecimal (money) form field and when I put a range validation on, it assumes that the data type must be integer. The javascript is okay but the server-side validation checks for integer:

Validator range server-side check assumes Integer?

2003-07-24 Thread Brian Chaplin
I'm validating a BigDecimal (money) form field and when I put a range validation on, it assumes that the data type must be integer. The javascript is okay but the server-side validation checks for integer: min 5 max 100 yields an error message of fee amount must be an intege