Author: michiel
Date: 2010-05-14 16:36:48 +0200 (Fri, 14 May 2010)
New Revision: 42146

Modified:
   
mmbase/trunk/applications/taglib/src/main/resources/META-INF/tags/mm/u/blocks.tagx
Log:
support for debug attribute

Modified: 
mmbase/trunk/applications/taglib/src/main/resources/META-INF/tags/mm/u/blocks.tagx
===================================================================
--- 
mmbase/trunk/applications/taglib/src/main/resources/META-INF/tags/mm/u/blocks.tagx
  2010-05-14 14:36:35 UTC (rev 42145)
+++ 
mmbase/trunk/applications/taglib/src/main/resources/META-INF/tags/mm/u/blocks.tagx
  2010-05-14 14:36:48 UTC (rev 42146)
@@ -12,6 +12,7 @@
   <jsp:directive.attribute name="separator"         fragment="true" />
   <jsp:directive.attribute name="beforefirst"       fragment="true" />
   <jsp:directive.attribute name="afterlast"         fragment="true" />
+  <jsp:directive.attribute name="debug"          />
 
   <mm:hasfunction set="components" name="blockClassification">
     <div class="mmbase_fw_blocks ${classification} ${styleClass}">
@@ -24,7 +25,7 @@
             </mm:first>
             <jsp:doBody />
 
-            <mm:component name="${_.component.name}" block="${_.name}" />
+            <mm:component debug="${debug}" name="${_.component.name}" 
block="${_.name}" />
 
             <mm:last inverse="true">
               <jsp:invoke fragment="separator" />

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to