Update of /var/cvs/contributions/didactor2/src/core/metainf/tags/di/core
In directory james.mmbase.org:/tmp/cvs-serv9813/tags/di/core

Modified Files:
        blocks.tagx 
Log Message:
useage of mm:hassetting


See also: 
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/core/metainf/tags/di/core


Index: blocks.tagx
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/core/metainf/tags/di/core/blocks.tagx,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- blocks.tagx 17 Oct 2008 11:37:47 -0000      1.8
+++ blocks.tagx 22 Oct 2008 09:31:44 -0000      1.9
@@ -41,10 +41,17 @@
                 <jsp:invoke fragment="beforefirst" />
               </mm:first>
               <jsp:doBody />
+
+              <mm:hassetting component="${_.component.name}" 
name="didactor_nodeprovider">
               <mm:setting id="np" component="${_.component.name}" 
name="didactor_nodeprovider" write="false" />
               <mm:node number="${requestScope[np]}">
                 <mm:component name="${_.component.name}" block="${_.name}" />
               </mm:node>
+              </mm:hassetting>
+              <mm:hassetting component="${_.component.name}" 
name="didactor_nodeprovider" inverse="true">
+                <mm:component name="${_.component.name}" block="${_.name}" />
+              </mm:hassetting>
+
 
               <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