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

Modified Files:
        mmbase-taglib.xml 
Log Message:
  MMB-1576


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


Index: mmbase-taglib.xml
===================================================================
RCS file: 
/var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/mmbase-taglib.xml,v
retrieving revision 1.415
retrieving revision 1.416
diff -u -b -r1.415 -r1.416
--- mmbase-taglib.xml   4 Jan 2008 15:44:14 -0000       1.415
+++ mmbase-taglib.xml   18 Jan 2008 17:10:13 -0000      1.416
@@ -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.415 2008/01/04 15:44:14 pierre Exp $
+version: $Id: mmbase-taglib.xml,v 1.416 2008/01/18 17:10:13 michiel Exp $
 
 -->
 <taglib author="MMBase community">
@@ -4979,6 +4979,31 @@
 </mm:haspage>]]></example>
   </tag>
   <tag>
+    <name>treehaspage</name>
+    <extends>condition</extends>
+    <tagclass>org.mmbase.bridge.jsp.taglib.pageflow.TreeHasPageTag</tagclass>
+    <bodycontent>JSP</bodycontent>
+    <info>
+      <p>
+        Checks for the availability of a certain JSP on this server, using 
tree-like functionality
+      </p>
+    </info>
+    <attribute>
+      <name>page</name>
+      <required>true</required>
+      <rtexprvalue>true</rtexprvalue>
+      <refercontext>true</refercontext>
+    </attribute>
+    <attribute>
+      <name>objectlist</name>
+      <required>true</required>
+      <rtexprvalue>true</rtexprvalue>
+      <refercontext>true</refercontext>
+    </attribute>
+    <since>MMBase-1.8.6</since>
+    <see tag="treeinclude" />
+  </tag>
+  <tag>
     <name>compare</name>
     <type>util.context</type>
     <extends>condition</extends>
@@ -6226,6 +6251,21 @@
        Which provides the same functionality as the `escape' attribute of 
writes inside XSLT.
       </p>
     </info>
+    <attribute>
+      <name>version</name>
+      <required>false</required>
+      <rtexprvalue>true</rtexprvalue>
+      <info>
+        If &lt;xsl:stylesheet&gt; is produced, the value of the 'version' 
attribute. Defaults to "1.0".
+      </info>
+      <since>MMBase-1.8.5</since>
+    </attribute>
+    <extends>contextreader</extends>
+    <see tag="formatter" />
+    <see tag="writer" attribute="escape"/>
+    <example>
+      <include base="examples.taglib" href="codesamples/xsltinline.jsp" />
+    </example>
     <extends>contextreader</extends>
     <see tag="formatter" />
     <see tag="writer" attribute="escape"/>
@@ -8400,6 +8440,7 @@
     <name>form</name>
     <extends>transaction</extends>
     <tagclass>org.mmbase.bridge.jsp.taglib.edit.FormTag</tagclass>
+    <teiclass>org.mmbase.bridge.jsp.taglib.edit.TransactionTEI</teiclass>
     <bodycontent>JSP</bodycontent>
     <info>
       A form tag collects validation from mm:fieldinto type="check" and 
mm:fieldinfo
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to