Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 44147 invoked from network); 26 Jul 2006 01:14:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Jul 2006 01:14:36 -0000 Received: (qmail 1781 invoked by uid 500); 26 Jul 2006 01:14:35 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 1717 invoked by uid 500); 26 Jul 2006 01:14:35 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 1706 invoked by uid 99); 26 Jul 2006 01:14:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jul 2006 18:14:35 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jul 2006 18:14:34 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 05CA0714293 for ; Wed, 26 Jul 2006 01:12:14 +0000 (GMT) Message-ID: <8920546.1153876334021.JavaMail.jira@brutus> Date: Tue, 25 Jul 2006 18:12:14 -0700 (PDT) From: "Brett Sabell (JIRA)" To: dev@myfaces.apache.org Subject: [jira] Created: (TOMAHAWK-567) Selected date is lost after subsequent postbacks when using renderAsPopup=false 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 Selected date is lost after subsequent postbacks when using renderAsPopup=false ------------------------------------------------------------------------------- Key: TOMAHAWK-567 URL: http://issues.apache.org/jira/browse/TOMAHAWK-567 Project: MyFaces Tomahawk Issue Type: Bug Components: Calendar Affects Versions: 1.1.1 Environment: MyFaces 1.1.1, IBM WebSphere 5.1, Windows Server 2003 Reporter: Brett Sabell When renderAsPopup is set to false (ie. the calendar is rendered using dynamic HtmlCommandLink components), the selected date is lost after subsequent postbacks. This problem is caused by the clear_() JavaScript function being called when a command link or button is activated, causing the hidden form input to be blanked and thus the HtmlInputCalendar's converter to return null. I have managed to fix this problem by changing how the non-popup HtmlInputCalendar is rendered. Should I create another Issue with my solution? -- 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