Author: michiel
Date: 2010-05-14 16:36:35 +0200 (Fri, 14 May 2010)
New Revision: 42145
Modified:
mmbase/branches/MMBase-1_9/applications/taglib/src/main/resources/META-INF/tags/mm/u/blocks.tagx
Log:
support for debug attribute
Modified:
mmbase/branches/MMBase-1_9/applications/taglib/src/main/resources/META-INF/tags/mm/u/blocks.tagx
===================================================================
---
mmbase/branches/MMBase-1_9/applications/taglib/src/main/resources/META-INF/tags/mm/u/blocks.tagx
2010-05-14 14:25:54 UTC (rev 42144)
+++
mmbase/branches/MMBase-1_9/applications/taglib/src/main/resources/META-INF/tags/mm/u/blocks.tagx
2010-05-14 14:36:35 UTC (rev 42145)
@@ -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
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs