Can Validator javascript show more than one error at a time?

2003-07-26 Thread Brian Chaplin
Somehow Ted Husted was able to get the javascript to show more than one error at a time in the javascript alert message. See screen shot on page 373 of Struts in Action. I'm using Struts 1.1 final and it seems the javascript won't support that? --

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

Can Validor ignore datatype validation if value is null?

2003-07-24 Thread Brian Chaplin
I have a field I want to validate as a datatype ONLY if it is not null. If null, I want to bypass validation. Can I do this? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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