You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2006/05/04 07:51:38 UTC

svn commit: r399559 - /myfaces/tomahawk/trunk/core/src/main/tld/tomahawk.tld

Author: dennisbyrne
Date: Wed May  3 22:51:37 2006
New Revision: 399559

URL: http://svn.apache.org/viewcvs?rev=399559&view=rev
Log:
TOMAHAWK-405 , reported by Christopher J. Bowerman 

Modified:
    myfaces/tomahawk/trunk/core/src/main/tld/tomahawk.tld

Modified: myfaces/tomahawk/trunk/core/src/main/tld/tomahawk.tld
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/core/src/main/tld/tomahawk.tld?rev=399559&r1=399558&r2=399559&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/tld/tomahawk.tld (original)
+++ myfaces/tomahawk/trunk/core/src/main/tld/tomahawk.tld Wed May  3 22:51:37 2006
@@ -913,6 +913,8 @@
 
             Unless otherwise specified, all attributes accept static values or EL expressions.
         </description>
+        <!-- 
+        commenting this out for TOMAHAWK-405 - dennisbyrne
          <attribute>
             <name>renderAll</name>
             <required>false</required>
@@ -922,7 +924,7 @@
                 If set to true all Items are rendered and other methods, like CSS
                 should be used to hide them as necesary
             </description>
-        </attribute>
+        </attribute> -->
         &ui_panel_attributes;
         &html_universal_attributes;
         &html_event_handler_attributes;