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

Modified Files:
      Tag: MMBase-1_8
        mmbase-taglib.xml 
Log Message:
MMB-1611, MMB-1478


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


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.24
retrieving revision 1.374.2.25
diff -u -b -r1.374.2.24 -r1.374.2.25
--- mmbase-taglib.xml   26 Feb 2008 16:57:06 -0000      1.374.2.24
+++ mmbase-taglib.xml   28 Feb 2008 12:15:50 -0000      1.374.2.25
@@ -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.24 2008/02/26 16:57:06 michiel Exp $
+version: $Id: mmbase-taglib.xml,v 1.374.2.25 2008/02/28 12:15:50 michiel Exp $
 
 -->
 <taglib author="MMBase community">
@@ -552,6 +552,17 @@
         </p>
       </info>
     </attribute>
+    <attribute>
+      <name>varStatus</name>
+      <required>false</required>
+      <rtexprvalue>true</rtexprvalue>
+      <since>MMBase-1.8.6</since>
+      <info>
+        <p>
+          Like varStatus of <a 
href="http://java.sun.com/products/jsp/jstl/1.1/docs/tlddocs/c/forEach.html";>c:forEach</a>.
+        </p>
+      </info>
+    </attribute>
     <see tag="listreferrer" />
     <example>
       <pre><![CDATA[
@@ -7960,6 +7971,24 @@
       <see tag="list" attribute="max" />
       <since>MMBase-1.8.1</since>
     </attribute>
+    <attribute>
+      <name>varStatus</name>
+      <required>false</required>
+      <rtexprvalue>true</rtexprvalue>
+      <see tag="listprovider" attribute="varStatus" />
+      <since>MMBase-1.8.6</since>
+    </attribute>
+    <attribute>
+      <name>varBranchStatus</name>
+      <required>false</required>
+      <rtexprvalue>true</rtexprvalue>
+      <see tag="listprovider" attribute="varStatus" />
+      <since>MMBase-1.8.6</since>
+      <info>
+        This provides information about the current looping status of the 
current branch. If e.g. you want to know if the current node
+        is the last of the 'branch', then you could use 
'varBranchStatus="branch"'&gt; ... ${branch.last}.
+      </info>
+    </attribute>
   </tag>
   <tag>
     <name>treecontainer</name>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to