Update of 
/var/cvs/contributions/didactor2/src/education/config/builders/didactor_education
In directory james.mmbase.org:/tmp/cvs-serv18696

Modified Files:
        learnobjects.xml 
Log Message:
Moved implementation of url function of learnobject entirely to java. This 
gives more flexibility and the possiblity to clean up jsps.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/education/config/builders/didactor_education


Index: learnobjects.xml
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/education/config/builders/didactor_education/learnobjects.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- learnobjects.xml    7 Jan 2009 17:08:54 -0000       1.9
+++ learnobjects.xml    13 Mar 2009 14:58:23 -0000      1.10
@@ -86,8 +86,8 @@
       <class>nl.didactor.education.Functions</class>
     </function>
 
-    <function name="url" 
key="{REQUEST.getContextPath}/education/?learnobject={NODE.number}">
-      <class>org.mmbase.util.functions.PatternNodeFunctionProvider</class>
+    <function key="url">
+      <class>nl.didactor.education.Functions</class>
     </function>
 
     <function key="madetestholder">
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to