Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 28498 invoked from network); 20 Sep 2005 20:22:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Sep 2005 20:22:24 -0000 Received: (qmail 91725 invoked by uid 500); 20 Sep 2005 20:22:19 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 91428 invoked by uid 500); 20 Sep 2005 20:22:17 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 91415 invoked by uid 99); 20 Sep 2005 20:22:17 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Sep 2005 13:22:17 -0700 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=HTML_40_50,HTML_MESSAGE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of donald.brown@gmail.com designates 64.233.162.198 as permitted sender) Received: from [64.233.162.198] (HELO zproxy.gmail.com) (64.233.162.198) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Sep 2005 13:22:25 -0700 Received: by zproxy.gmail.com with SMTP id 8so106277nzo for ; Tue, 20 Sep 2005 13:22:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references; b=RL/Y4htNZYbIBc6s4Xb0m2bjuxbCPGgEZjwj8CfkALgj8B3DkYpD+moCC4nTVyop9v+0RlD09ppeffPh9Ku0LlQJyET6vTk/yZyhZ83SDA4dENcJ9hhtimIbKK1jkOWUGjIvtfUpfFHJSqwYxLTuer3+buW0sl9Umo8NPckoJ/M= Received: by 10.37.12.42 with SMTP id p42mr4285302nzi; Tue, 20 Sep 2005 13:21:59 -0700 (PDT) Received: by 10.36.3.4 with HTTP; Tue, 20 Sep 2005 13:21:59 -0700 (PDT) Message-ID: <1c661f2f0509201321e7faa06@mail.gmail.com> Date: Tue, 20 Sep 2005 13:21:59 -0700 From: Don Brown Reply-To: donald.brown@gmail.com To: Jakarta Commons Users List Subject: Re: [Validator] decimal point validator In-Reply-To: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_37713_30666758.1127247719835" References: <88bc15c5050920114737e0a980@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_37713_30666758.1127247719835 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline The next version of commons validator, 1.2.0, will have support for=20 locale-specific numeric validations. The code is already in the repository= =20 and, imo, stable with no outstanding bugs. Don On 9/20/05, Aaron Sheffey wrote: >=20 > There might be a Locale property you can apply, but writing a custom > validation method. You can write your own, and then use them in > Validator. >=20 >=20 >=20 >=20 > Angelo Luis > 09/20/2005 02:47 PM > Please respond to > "Jakarta Commons Users List" >=20 >=20 > To > Jakarta Commons Users List > cc >=20 > Subject > [Validator] decimal point validator >=20 >=20 >=20 >=20 >=20 >=20 > who do i change the decimal point for . to , >=20 >=20 > ------=_Part_37713_30666758.1127247719835--