Return-Path: Delivered-To: apmail-incubator-myfaces-dev-archive@www.apache.org Received: (qmail 82055 invoked from network); 6 Apr 2005 19:06:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Apr 2005 19:06:20 -0000 Received: (qmail 38917 invoked by uid 500); 6 Apr 2005 19:06:19 -0000 Delivered-To: apmail-incubator-myfaces-dev-archive@incubator.apache.org Received: (qmail 38858 invoked by uid 500); 6 Apr 2005 19:06:19 -0000 Mailing-List: contact myfaces-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list myfaces-dev@incubator.apache.org Received: (qmail 38831 invoked by uid 99); 6 Apr 2005 19:06:19 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of sean.schofield@gmail.com designates 64.233.184.204 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.204) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 06 Apr 2005 12:06:17 -0700 Received: by wproxy.gmail.com with SMTP id 69so285107wra for ; Wed, 06 Apr 2005 12:06:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=fLOhJQyEAgZdf2zkQtkrkTHffIVc8AB3ZppR6Uixtg0grCVWxlGT+/T9ip7IiP9t3OJSBFSZnXT6NjBE8Vy0z602217jR3rTnRjbjHyl05RF4kLQpJrJmQwh1CLy5LUUcNUjTw5MVNRqgPQzVIjMjC2Y7jOQR9BNG1peUEsfJs0= Received: by 10.54.33.7 with SMTP id g7mr15276wrg; Wed, 06 Apr 2005 12:04:42 -0700 (PDT) Received: by 10.54.10.60 with HTTP; Wed, 6 Apr 2005 12:02:17 -0700 (PDT) Message-ID: <2387fbc50504061202286193bc@mail.gmail.com> Date: Wed, 6 Apr 2005 15:02:17 -0400 From: Sean Schofield Reply-To: Sean Schofield To: MyFaces Development Subject: Re: Tree2 binding In-Reply-To: <4ff6c9d06b4428b2e2de112b80c5d650@p00p.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <4ff6c9d06b4428b2e2de112b80c5d650@p00p.org> X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Change is now in CVS. Thanks for contributing to MyFaces! sean On Apr 5, 2005 9:36 PM, Jon Travis wrote: > Here's a patch to get Tree2 working with the binding attribute > (and render, apparently). Note, also, that myfaces_ext.tld > is riddled with tabs, and therefore looks like total > crap in my editor.. ;-) > > -- Jon > > Index: tlds/myfaces_ext.tld > =================================================================== > RCS file: /home/cvspublic/incubator-myfaces/tlds/myfaces_ext.tld,v > retrieving revision 1.186 > diff -u -r1.186 myfaces_ext.tld > --- tlds/myfaces_ext.tld 29 Mar 2005 11:40:50 -0000 1.186 > +++ tlds/myfaces_ext.tld 6 Apr 2005 01:31:06 -0000 > @@ -1756,11 +1756,6 @@ > org.apache.myfaces.custom.tree2.TreeTag > JSP > > - id > - true > - false > - > - > value > true > false > @@ -1803,6 +1798,7 @@ > Include the root node when rendering the tree > (default is true.) > > &alt_location_attributes; > + &ui_component_attributes; > > > > >