From tapestry-dev-return-8802-apmail-jakarta-tapestry-dev-archive=jakarta.apache.org@jakarta.apache.org Tue Oct 04 12:12:13 2005 Return-Path: Delivered-To: apmail-jakarta-tapestry-dev-archive@www.apache.org Received: (qmail 74691 invoked from network); 4 Oct 2005 12:12:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Oct 2005 12:12:12 -0000 Received: (qmail 64955 invoked by uid 500); 4 Oct 2005 12:12:10 -0000 Delivered-To: apmail-jakarta-tapestry-dev-archive@jakarta.apache.org Received: (qmail 64938 invoked by uid 500); 4 Oct 2005 12:12:10 -0000 Mailing-List: contact tapestry-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Tapestry development" Reply-To: "Tapestry development" Delivered-To: mailing list tapestry-dev@jakarta.apache.org Received: (qmail 64927 invoked by uid 99); 4 Oct 2005 12:12:10 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Oct 2005 05:12:09 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id A5DF7E0 for ; Tue, 4 Oct 2005 14:11:48 +0200 (CEST) Message-ID: <863507024.1128427908652.JavaMail.jira@ajax.apache.org> Date: Tue, 4 Oct 2005 14:11:48 +0200 (CEST) From: "Vjeran Marcinko (JIRA)" To: tapestry-dev@jakarta.apache.org Subject: [jira] Created: (TAPESTRY-690) DatePicker doesn't render time units smaller than day as zeros, inside HTML text field Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DatePicker doesn't render time units smaller than day as zeros, inside HTML text field -------------------------------------------------------------------------------------- Key: TAPESTRY-690 URL: http://issues.apache.org/jira/browse/TAPESTRY-690 Project: Tapestry Type: Bug Components: Framework Versions: 4.0 Environment: 4.0-beta-9 Reporter: Vjeran Marcinko Although DatePicker cannot specify time units smaller than day, so sets them to zero, it would be good to leave them as they are and render properly inside HTML text field, meaning, only to affect time units larger than zero. Tapestry would practicaly get component for setting date *and* time, which I find terribly needed, in a way that user could pick date, and have to manually set time. Currently, setting DatePicker with pattern such as following : Produces HTML text field populated with something like: 04/10/2005 HH:mm -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org