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

Modified Files:
        blocks.tagx 
Log Message:
support for 'didactor_nodeprovider' setting


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.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- blocks.tagx 21 Aug 2008 08:34:03 -0000      1.7
+++ blocks.tagx 17 Oct 2008 11:37:47 -0000      1.8
@@ -41,7 +41,11 @@
                 <jsp:invoke fragment="beforefirst" />
               </mm:first>
               <jsp:doBody />
+              <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:last inverse="true">
                 <jsp:invoke fragment="separator" />
               </mm:last>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to