Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 17984 invoked from network); 1 Mar 2007 10:11:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Mar 2007 10:11:26 -0000 Received: (qmail 83692 invoked by uid 500); 1 Mar 2007 10:11:30 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 83653 invoked by uid 500); 1 Mar 2007 10:11:29 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 83641 invoked by uid 99); 1 Mar 2007 10:11:29 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2007 02:11:29 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [213.239.209.243] (HELO jimbo.holl.co.at) (213.239.209.243) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2007 02:11:17 -0800 Received: from localhost (localhost [127.0.0.1]) by jimbo.holl.co.at (Postfix) with ESMTP id 19750DFC004 for ; Thu, 1 Mar 2007 11:10:56 +0100 (CET) Received: from jimbo.holl.co.at ([127.0.0.1]) by localhost (jimbo [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13449-07 for ; Thu, 1 Mar 2007 11:10:56 +0100 (CET) Received: from [10.41.1.86] (fortelan.fh-hagenberg.at [193.170.124.153]) by jimbo.holl.co.at (Postfix) with ESMTP id EA4C7DFC003 for ; Thu, 1 Mar 2007 11:10:55 +0100 (CET) Message-ID: <45E6A69C.7020203@holl.co.at> Date: Thu, 01 Mar 2007 11:10:36 +0100 From: Gerald Holl User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: users@myfaces.apache.org Subject: t:collapsible panel not working properly in 1.1.5 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p10 at holl.co.at X-Virus-Checked: Checked by ClamAV on apache.org Hello, there seems to be a bug with the t:collapsiblePanel and tomahawk 1.1.5 Consider the following example: In the first panel the inputText component has the required attribute set to true. No value is entered. Then I expand the second panel and a error occurs because the inputText component from the first panel has no value. This should not happen because the t:headerLink has its immediate attribute set to true, thus validation phase has to be omitted. cheers, Gerald