You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mm...@apache.org on 2005/09/06 13:07:33 UTC

svn commit: r278975 - /myfaces/tomahawk/trunk/tld/tomahawk.tld

Author: mmarinschek
Date: Tue Sep  6 04:07:29 2005
New Revision: 278975

URL: http://svn.apache.org/viewcvs?rev=278975&view=rev
Log:
enable rendered attribute on HtmlNavigationMenuItemTag

Modified:
    myfaces/tomahawk/trunk/tld/tomahawk.tld

Modified: myfaces/tomahawk/trunk/tld/tomahawk.tld
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/tomahawk.tld?rev=278975&r1=278974&r2=278975&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/tld/tomahawk.tld (original)
+++ myfaces/tomahawk/trunk/tld/tomahawk.tld Tue Sep  6 04:07:29 2005
@@ -1421,6 +1421,11 @@
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
         </attribute>
+        <attribute>
+            <name>rendered</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>
     </tag>
     <tag>
         <name>navigationMenuItems</name>