You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2005/06/21 23:52:48 UTC

svn commit: r191731 - /myfaces/trunk/tlds/myfaces_ext.tld

Author: schof
Date: Tue Jun 21 14:52:47 2005
New Revision: 191731

URL: http://svn.apache.org/viewcvs?rev=191731&view=rev
Log:
Fixes MYFACES-281 (Thanks to Brendan Conner for the fix)

Modified:
    myfaces/trunk/tlds/myfaces_ext.tld

Modified: myfaces/trunk/tlds/myfaces_ext.tld
URL: http://svn.apache.org/viewcvs/myfaces/trunk/tlds/myfaces_ext.tld?rev=191731&r1=191730&r2=191731&view=diff
==============================================================================
--- myfaces/trunk/tlds/myfaces_ext.tld (original)
+++ myfaces/trunk/tlds/myfaces_ext.tld Tue Jun 21 14:52:47 2005
@@ -1989,11 +1989,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>