Author: michiel
Date: 2009-09-17 16:44:27 +0200 (Thu, 17 Sep 2009)
New Revision: 38672

Modified:
   
mmbase/trunk/applications/taglib/src/main/resources/META-INF/tags/mm/u/relation.tagx
Log:
The from attribute was not optional any more. (because mm:node changed 
behaviour back)

Modified: 
mmbase/trunk/applications/taglib/src/main/resources/META-INF/tags/mm/u/relation.tagx
===================================================================
--- 
mmbase/trunk/applications/taglib/src/main/resources/META-INF/tags/mm/u/relation.tagx
        2009-09-17 14:43:29 UTC (rev 38671)
+++ 
mmbase/trunk/applications/taglib/src/main/resources/META-INF/tags/mm/u/relation.tagx
        2009-09-17 14:44:27 UTC (rev 38672)
@@ -11,7 +11,7 @@
   <jsp:directive.attribute name="searchdir" type="java.lang.String"  />
   <jsp:directive.attribute name="notfound" type="java.lang.String"   />
 
-  <mm:node number="${from}"> <!-- so, if from is empty, then current node -->
+  <mm:node number="${from}" emptynumberiscurrentnode="true">
 
     <mm:listrelationscontainer role="${role}" type="object" 
searchdir="${searchdir}" >
       <mm:addnode element="object" number="${to}" />

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to