Update of 
/var/cvs/contributions/didactor2/src/education/templates/education/wizards
In directory james.mmbase.org:/tmp/cvs-serv21683

Modified Files:
        newfromtree.jsp 
Log Message:
use treehaspage rather then haspage simply


See also: 
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/education/templates/education/wizards


Index: newfromtree.jsp
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/education/templates/education/wizards/newfromtree.jsp,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- newfromtree.jsp     12 Jun 2008 12:52:51 -0000      1.22
+++ newfromtree.jsp     20 Jun 2008 13:56:33 -0000      1.23
@@ -12,18 +12,20 @@
 
   <mm:stringlist referid="new_learnobjects">
 
-    <mm:haspage page="/education/wizards/new/${_}.jspx">
+    <mm:treehaspage
+        page="/education/wizards/new/${_}.jspx"  objectlist="$includePath">
+
       <mm:treeinclude page="/education/wizards/new/${_}.jspx"
                       objectlist="$includePath"
                       debug="html"
                       referids="$referids,branchPath">
       </mm:treeinclude>
-    </mm:haspage>
-    <mm:haspage page="/education/wizards/new/${_}.jspx" inverse="true">
+    </mm:treehaspage>
+    <mm:treehaspage page="/education/wizards/new/${_}.jspx" 
objectlist="$includePath" inverse="true">
       <di:leaf>
         NO /education/wizards/new/${_}.jspx
       </di:leaf>
-    </mm:haspage>
+    </mm:treehaspage>
   </mm:stringlist>
 
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to