From adffaces-issues-return-2535-apmail-incubator-adffaces-issues-archive=incubator.apache.org@incubator.apache.org Fri May 04 16:44:36 2007 Return-Path: Delivered-To: apmail-incubator-adffaces-issues-archive@locus.apache.org Received: (qmail 50152 invoked from network); 4 May 2007 16:44:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 May 2007 16:44:36 -0000 Received: (qmail 76636 invoked by uid 500); 4 May 2007 16:44:43 -0000 Delivered-To: apmail-incubator-adffaces-issues-archive@incubator.apache.org Received: (qmail 76610 invoked by uid 500); 4 May 2007 16:44:42 -0000 Mailing-List: contact adffaces-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: adffaces-issues@incubator.apache.org Delivered-To: mailing list adffaces-issues@incubator.apache.org Received: (qmail 76593 invoked by uid 99); 4 May 2007 16:44:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 May 2007 09:44:42 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 May 2007 09:44:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7C18971404A for ; Fri, 4 May 2007 09:44:15 -0700 (PDT) Message-ID: <12768175.1178297055505.JavaMail.jira@brutus> Date: Fri, 4 May 2007 09:44:15 -0700 (PDT) From: "Adam Winer (JIRA)" To: adffaces-issues@incubator.apache.org Subject: [jira] Assigned: (ADFFACES-427) Broken client decimal number validator In-Reply-To: <6199917.1174988192360.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/ADFFACES-427?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Winer reassigned ADFFACES-427: ----------------------------------- Assignee: Matthias We=C3=9Fendorf > Broken client decimal number validator > -------------------------------------- > > Key: ADFFACES-427 > URL: https://issues.apache.org/jira/browse/ADFFACES-427 > Project: MyFaces ADF-Faces > Issue Type: Bug > Components: Components > Affects Versions: 1.0.1-incubating-core-SNAPSHOT > Environment: Windows XP > Facelets 1.1.2 > Glassfish v2 b33 > 1.0.1-incubating-core-SNAPSHOT > Reporter: Luka Surija > Assigned To: Matthias We=C3=9Fendorf > > after switching from m1 to 1.0.1. snapshot, I realize that client validat= or for decimal numbers is broken. > Settings in trinidad-config: > . > , > In faces-config.xml: > > hr_HR > hr_HR > en > > on code snippet: > somevalue=3D7.54355 > Scenario 1: > > > > > on value in inputText is shown: 7,54355, but clicking on button, alert wi= ndow is open with message: > Form validation failures: > 7.54355 is not a number > Scenario 2: > > > on value in inputText is shown: 7.54355 - not 7,54355 > Scenario 3: > > > > > on value in inputText is shown: 7,54355, and there is no client validatio= n errors. > On snapshot m1 it worked fine on "scenario 1".=20 --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.