Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 33780 invoked from network); 7 Jan 2010 15:48:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Jan 2010 15:48:45 -0000 Received: (qmail 73409 invoked by uid 500); 7 Jan 2010 15:48:44 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 73335 invoked by uid 500); 7 Jan 2010 15:48:44 -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 73327 invoked by uid 99); 7 Jan 2010 15:48:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jan 2010 15:48:44 +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; Thu, 07 Jan 2010 15:48:43 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CAA19234C1E9 for ; Thu, 7 Jan 2010 07:48:23 -0800 (PST) Message-ID: <465859596.99051262879303828.JavaMail.jira@brutus.apache.org> Date: Thu, 7 Jan 2010 15:48:23 +0000 (UTC) From: "Michael Kurz (JIRA)" To: dev@myfaces.apache.org Subject: [jira] Updated: (MYFACES-2475) Visit facets in UIComponent.visitTree() In-Reply-To: <1078609406.99021262878974414.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MYFACES-2475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Kurz updated MYFACES-2475: ---------------------------------- Status: Patch Available (was: Open) > Visit facets in UIComponent.visitTree() > --------------------------------------- > > Key: MYFACES-2475 > URL: https://issues.apache.org/jira/browse/MYFACES-2475 > Project: MyFaces Core > Issue Type: Bug > Components: JSR-314 > Affects Versions: 2.0.0-alpha > Reporter: Michael Kurz > Attachments: MYFACES-2475.patch > > > I am currently trying to get f:ajax running inside a composite component. So I would say it is necessary to include the facets (use getFacetsAndChildren() instead of getChildren()) in UIComponent.visitTree(). > The problem with this solution is, that there is a potential conflict with UIData.visitTree() (also see MYFACES-2137). The result is that facets of columns are visited twice. I noticed this because UIDataTest.testVisitTree() fails unless the line expecting the column facet is in the code twice. > I tried the same example with Mojarra anwith the same result: the column facet is visited twice. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.