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
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
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
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
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
5 matches
Mail list logo