Author: michiel
Date: 2009-05-12 12:18:58 +0200 (Tue, 12 May 2009)
New Revision: 35081

Modified:
   
mmbase/trunk/applications/taglib/src/org/mmbase/bridge/jsp/taglib/mmbase-taglib.xml
Log:
All kind of things are extending from treereferrer, but it was not defined

Modified: 
mmbase/trunk/applications/taglib/src/org/mmbase/bridge/jsp/taglib/mmbase-taglib.xml
===================================================================
--- 
mmbase/trunk/applications/taglib/src/org/mmbase/bridge/jsp/taglib/mmbase-taglib.xml
 2009-05-12 09:34:15 UTC (rev 35080)
+++ 
mmbase/trunk/applications/taglib/src/org/mmbase/bridge/jsp/taglib/mmbase-taglib.xml
 2009-05-12 10:18:58 UTC (rev 35081)
@@ -456,8 +456,8 @@
       <required>false</required>
       <rtexprvalue>true</rtexprvalue>
       <info>
-  Which list to use, if the tag is in the body of more than one list, and you 
don't want the
-  direct parent.
+        Which list to use, if the tag is in the body of more than one list, 
and you don't want the
+        direct parent.
       </info>
     </attribute>
   </taginterface>
@@ -1165,6 +1165,22 @@
       <see tag="url" attribute="referids" />
     </attribute>
   </taginterface>
+  <taginterface>
+    <name>treereferrer</name>
+    <type>tree</type>
+    <info>
+      A treereferrer tag has to live in the body of a tree tag.
+    </info>
+    <attribute>
+      <name>tree</name>
+      <required>false</required>
+      <rtexprvalue>true</rtexprvalue>
+      <info>
+        Which tree to use, if the tag is in the body of more than one tree, 
and you don't want the
+        direct parent.
+      </info>
+    </attribute>
+  </taginterface>
   <tag>
     <name>list</name>
     <extends>clusternodeprovider</extends>

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

Reply via email to