Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 45751 invoked from network); 29 Aug 2005 13:27:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Aug 2005 13:27:28 -0000 Received: (qmail 17754 invoked by uid 500); 29 Aug 2005 13:27:24 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 17397 invoked by uid 500); 29 Aug 2005 13:27:23 -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 17383 invoked by uid 99); 29 Aug 2005 13:27:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Aug 2005 06:27:22 -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 angelomysql@gmail.com designates 64.233.162.197 as permitted sender) Received: from [64.233.162.197] (HELO zproxy.gmail.com) (64.233.162.197) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Aug 2005 06:27:37 -0700 Received: by zproxy.gmail.com with SMTP id 40so636757nzk for ; Mon, 29 Aug 2005 06:27:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=q1ve2izDXBUE84c+qqgQtzYWEy9uxSbURFbT2+r2nyhmUwVjPypvuKw67x8/j5nPpwSFRFaZKcir1i/+TWVgYdE4ctZUVnE6lLZ42wgmnrn60AQSIfI2nYYvjmP41s6xei+86T83K5050ZNlOQCrEFYf1ktv13DXqfrLhL7nqng= Received: by 10.36.252.17 with SMTP id z17mr677576nzh; Mon, 29 Aug 2005 06:27:20 -0700 (PDT) Received: by 10.36.118.14 with HTTP; Mon, 29 Aug 2005 06:27:20 -0700 (PDT) Message-ID: <88bc15c5050829062737eeba80@mail.gmail.com> Date: Mon, 29 Aug 2005 10:27:20 -0300 From: Angelo Luis To: commons-user@jakarta.apache.org Subject: [Validator] Decimal point and date Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_10874_19150009.1125322040304" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_10874_19150009.1125322040304 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline In my form this is work well: datePatternStrict dd/MM/yyyy but, when i change to this: datePatternStrict dd/MM/yy The validation don't work anymore... I type 19/09/05 he give me a wrong=20 date... I turn off the JavaScript in my browser and the server-side=20 validation work well, only the JavaScript validation give the wrong date=20 anwser!!! The seond thing about validation is the decimal point separator!!! Both=20 server and client validation don't work with me!!! That is what i do... In my jsp page: In my struts-config.xml In my validations.xml Am i forget something?? ------=_Part_10874_19150009.1125322040304--