Numeric validator

2004-03-04 Thread MOHAN RADHAKRISHNAN
Hi There are the steps I am following for a numeric check with struts validator. I don't see the proper message and the check is passing. What could be the problem ? validation.xml field property=windSpeed depends=integer

Re: Numeric validator

2004-03-04 Thread Niall Pemberton
List' [EMAIL PROTECTED] Sent: Thursday, March 04, 2004 9:08 AM Subject: Numeric validator Hi There are the steps I am following for a numeric check with struts validator. I don't see the proper message and the check is passing. What could be the problem ? validation.xml

RE: Numeric validator

2004-03-04 Thread MOHAN RADHAKRISHNAN
'. Is that a problem ? Mohan -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Thursday, March 04, 2004 3:20 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: Numeric validator Your can either display all errors: html:errors/ or errors

Re: Numeric validator

2004-03-04 Thread Mark Lowe
PROTECTED] Subject: Re: Numeric validator Your can either display all errors: html:errors/ or errors for a specific property. html:errors property=windSpeed/ http://jakarta.apache.org/struts/userGuide/struts-html.html#errors - Original Message - From: MOHAN RADHAKRISHNAN [EMAIL