Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 61311 invoked from network); 4 May 2006 18:01:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 May 2006 18:01:01 -0000 Received: (qmail 44010 invoked by uid 500); 4 May 2006 18:00:54 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 43964 invoked by uid 500); 4 May 2006 18:00:54 -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 43953 invoked by uid 99); 4 May 2006 18:00:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 May 2006 11:00:53 -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; Thu, 04 May 2006 11:00:53 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8D00841000B for ; Thu, 4 May 2006 18:00:18 +0000 (GMT) Message-ID: <4240653.1146765618574.JavaMail.jira@brutus> Date: Thu, 4 May 2006 18:00:18 +0000 (GMT+00:00) From: "Bruno Nogueira de Souza (JIRA)" To: dev@myfaces.apache.org Subject: [jira] Updated: (TOMAHAWK-413) UITreeData: NullPointerException on expandAll In-Reply-To: <32385303.1146765017828.JavaMail.jira@brutus> 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 [ http://issues.apache.org/jira/browse/TOMAHAWK-413?page=all ] Bruno Nogueira de Souza updated TOMAHAWK-413: --------------------------------------------- Status: Patch Available (was: Open) > UITreeData: NullPointerException on expandAll > --------------------------------------------- > > Key: TOMAHAWK-413 > URL: http://issues.apache.org/jira/browse/TOMAHAWK-413 > Project: MyFaces Tomahawk > Type: Bug > Components: Tree2 > Versions: 1.1.3-SNAPSHOT > Environment: Windows 2003 Server / Tomcat 5.5.16 / JVM 1.5.0_06 > Reporter: Bruno Nogueira de Souza > > The method expandAll() of UITreeData is calling "walker.next()" without calling setTree() on the walker. This cause a NPE because walker.next() call internally tree.setNodeId. -- 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