Return-Path: Delivered-To: apmail-incubator-click-dev-archive@minotaur.apache.org Received: (qmail 68848 invoked from network); 14 Sep 2009 12:19:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Sep 2009 12:19:21 -0000 Received: (qmail 87533 invoked by uid 500); 14 Sep 2009 12:19:21 -0000 Delivered-To: apmail-incubator-click-dev-archive@incubator.apache.org Received: (qmail 87519 invoked by uid 500); 14 Sep 2009 12:19:21 -0000 Mailing-List: contact click-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: click-dev@incubator.apache.org Delivered-To: mailing list click-dev@incubator.apache.org Received: (qmail 87510 invoked by uid 99); 14 Sep 2009 12:19:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Sep 2009 12:19:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Sep 2009 12:19:18 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 77751234C045 for ; Mon, 14 Sep 2009 05:18:57 -0700 (PDT) Message-ID: <858805855.1252930737475.JavaMail.jira@brutus> Date: Mon, 14 Sep 2009 05:18:57 -0700 (PDT) From: "Adrian A. (JIRA)" To: click-dev@incubator.apache.org Subject: [jira] Commented: (CLK-140) TimeControl - possible addition of new control to the click extras package MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CLK-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12754950#action_12754950 ] Adrian A. commented on CLK-140: ------------------------------- >You will be happy to know that I have in the meantime changed and improved upon this component and it is > now using JodaTime as you suggest. Very nice. > If there is still interest, I could post this code. Yes of course. I would like to take a look at it. Adrian. > TimeControl - possible addition of new control to the click extras package > -------------------------------------------------------------------------- > > Key: CLK-140 > URL: https://issues.apache.org/jira/browse/CLK-140 > Project: Click > Issue Type: New Feature > Components: extras > Environment: java ? > Reporter: Willie Krause > Assignee: Adrian A. > Priority: Minor > Attachments: Time.html, Time.java, TimeField.html, TimeField.java, TimeField.js, TimeFormatException.java > > > I have created a custom control for use in one of my own projects and would like to donate the code in case the click team feels the control might be of use to other's. It is probably still has some missing things, but the code is in perfect working order. The control is used to represent a time or duration in the format hh:mm:ss. Included in the source is the click control called TimeField.java, a Java class to represent the time, called .... um, Time.java, and a very rudamentary javascript validation file. The packages names of the .java files will have to be changed to fit into the click project, since they currently belong to a package in my own domain. Not sure what else to mention, hope I have covered everything ... this is my first time trying to contribute something (small) to an opensource project :-) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.