Update of /var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib
In directory james.mmbase.org:/tmp/cvs-serv25631

Modified Files:
      Tag: MMBase-1_8
        mmbase-taglib.xml 
Log Message:
MMB-1792


See also: 
http://cvs.mmbase.org/viewcvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib
See also: http://www.mmbase.org/jira/browse/MMB-1792


Index: mmbase-taglib.xml
===================================================================
RCS file: 
/var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/mmbase-taglib.xml,v
retrieving revision 1.374.2.35
retrieving revision 1.374.2.36
diff -u -b -r1.374.2.35 -r1.374.2.36
--- mmbase-taglib.xml   9 Dec 2008 16:10:18 -0000       1.374.2.35
+++ mmbase-taglib.xml   9 Mar 2009 18:09:38 -0000       1.374.2.36
@@ -39,7 +39,7 @@
 Use one or more possiblevalue tags if you want to list all possible values. Use
 one or more examplevalue tags is you want to give some example values.
 
-version: $Id: mmbase-taglib.xml,v 1.374.2.35 2008/12/09 16:10:18 michiel Exp $
+version: $Id: mmbase-taglib.xml,v 1.374.2.36 2009/03/09 18:09:38 michiel Exp $
 
 -->
 <taglib author="MMBase community">
@@ -7274,6 +7274,29 @@
   </tag>
 
   <tag>
+    <name>addconstraint</name>
+    <type>mmbase.list</type>
+    <extends>querycontainerreferrer</extends>
+    <see tag="listnodescontainer" />
+    <see tag="listcontainer" />
+    
<tagclass>org.mmbase.bridge.jsp.taglib.containers.QueryAddConstraintTag</tagclass>
+    <bodycontent>JSP</bodycontent>
+    <info>
+      Applies a constraint to the query of the surrounding nodelist container.
+    </info>
+    <see tag="querycontainer" />
+    <see tag="ageconstraint" />
+    <see tag="composite" />
+    <since>MMBase-1.9.1</since>
+    <attribute>
+      <name>constraint</name>
+      <required>true</required>
+      <rtexprvalue>true</rtexprvalue>
+    </attribute>
+  </tag>
+
+
+  <tag>
     <name>composite</name>
     <type>mmbase.list</type>
     <extends>querycontainerreferrer</extends>
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to