From adffaces-issues-return-2284-apmail-incubator-adffaces-issues-archive=incubator.apache.org@incubator.apache.org Tue Mar 27 09:36:53 2007 Return-Path: Delivered-To: apmail-incubator-adffaces-issues-archive@locus.apache.org Received: (qmail 84045 invoked from network); 27 Mar 2007 09:36:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Mar 2007 09:36:53 -0000 Received: (qmail 59890 invoked by uid 500); 27 Mar 2007 09:37:00 -0000 Delivered-To: apmail-incubator-adffaces-issues-archive@incubator.apache.org Received: (qmail 59876 invoked by uid 500); 27 Mar 2007 09:37:00 -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 59866 invoked by uid 99); 27 Mar 2007 09:37:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Mar 2007 02:37:00 -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; Tue, 27 Mar 2007 02:36:52 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 58914714041 for ; Tue, 27 Mar 2007 02:36:32 -0700 (PDT) Message-ID: <6199917.1174988192360.JavaMail.jira@brutus> Date: Tue, 27 Mar 2007 02:36:32 -0700 (PDT) From: "Luka Surija (JIRA)" To: adffaces-issues@incubator.apache.org Subject: [jira] Created: (ADFFACES-427) Broken client decimal number validator MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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 after switching from m1 to 1.0.1. snapshot, I realize that client validator for decimal numbers is broken. Settings in trinidad-config: . , In faces-config.xml: hr_HR hr_HR en on code snippet: somevalue=7.54355 Scenario 1: on value in inputText is shown: 7,54355, but clicking on button, alert window 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 validation errors. On snapshot m1 it worked fine on "scenario 1". -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.