Re: validate integer with a comma thousands seperator using Validator

2006-08-05 Thread Hubert Rabago
PROTECTED]> >Reply-To: "Struts Users Mailing List" >To: "Struts Users Mailing List" >Subject: RE: validate integer with a comma thousands seperator using >Validator >Date: Thu, 3 Aug 2006 11:45:28 -0400 > >You could create another validator, and inside that

RE: validate integer with a comma thousands seperator using Validator

2006-08-04 Thread fea jabi
Thanks, Eric. From: "Givler, Eric" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: "Struts Users Mailing List" Subject: RE: validate integer with a comma thousands seperator using Validator Date: Thu, 3 Aug 2006 11:45:28 -0400 You could

RE: validate integer with a comma thousands seperator using Validator

2006-08-03 Thread Givler, Eric
min0 max9 Define the message in the resource file (errors.fmtLongRange): errors.fmtLongRange={0} must be a valid whole number between {1} and {2}. -Original Message- From: fea jabi [mailto:[EMAIL PROTECTED] Sent: Thursday, August 03, 2006 10:01 AM To: us

RE: validate integer with a comma thousands seperator using Validator

2006-08-03 Thread fea jabi
can someone help me with this please? From: "fea jabi" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: user@struts.apache.org Subject: validate integer with a comma thousands seperator using Validator Date: Wed, 02 Aug 2006 10:09:19 -0400 Using

validate integer with a comma thousands seperator using Validator

2006-08-02 Thread fea jabi
Using struts validator. have to validate the user entered value. The value entered should be a positive integer with a comma thousands seperator. the number need not be in thousands. I have as below to check for positive integer without comma seperator. but not sure how to validate if the us