Change is now in CVS. Thanks for contributing to MyFaces! sean
On Apr 5, 2005 9:36 PM, Jon Travis <[EMAIL PROTECTED]> 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 @@ > <tag-class>org.apache.myfaces.custom.tree2.TreeTag</tag-class> > <body-content>JSP</body-content> > <attribute> > - <name>id</name> > - <required>true</required> > - <rtexprvalue>false</rtexprvalue> > - </attribute> > - <attribute> > <name>value</name> > <required>true</required> > <rtexprvalue>false</rtexprvalue> > @@ -1803,6 +1798,7 @@ > <description>Include the root node when rendering the tree > (default is true.)</description> > </attribute> > &alt_location_attributes; > + &ui_component_attributes; > </tag> > > <!-- panelStack --> > >
