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

Modified Files:
        mmbase-taglib.xml 
Log Message:
details + comments + documentation


See also: 
http://cvs.mmbase.org/viewcvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib


Index: mmbase-taglib.xml
===================================================================
RCS file: 
/var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/mmbase-taglib.xml,v
retrieving revision 1.424
retrieving revision 1.425
diff -u -b -r1.424 -r1.425
--- mmbase-taglib.xml   28 Mar 2008 13:04:17 -0000      1.424
+++ mmbase-taglib.xml   22 Apr 2008 07:54:30 -0000      1.425
@@ -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.424 2008/03/28 13:04:17 michiel Exp $
+version: $Id: mmbase-taglib.xml,v 1.425 2008/04/22 07:54:30 michiel Exp $
 
 -->
 <taglib author="MMBase community">
@@ -8590,15 +8590,21 @@
       <rtexprvalue>true</rtexprvalue>
       <possiblevalue>
         <value>url</value>
-        <info>An URL is made available in the body (can be write in action of 
a form-tag</info>
+        <info>Produces an URL for an HTML form only (available in the body), 
and (reuses) an MMBase transaction. Only explicit commit/cancel</info>
       </possiblevalue>
       <possiblevalue>
         <value>form</value>
-        <info>Produces a form-tag with the correct attribute (default)</info>
+        <info> Produces an HTML form, and (reuses) an MMBase transaction. Only 
explicit commit/cancel (with
+        mm:commit, mm:cancel, or 'commitonclose'). This value is the 
default</info>
       </possiblevalue>
       <possiblevalue>
         <value>validate</value>
-        <info>Does nothing, besides communicating with mm:fieldinfo's and 
mm:valid's.</info>
+        <info>Does nothing, besides communicating with mm:fieldinfo's and 
mm:valid's.  Does not produce any content. Implicitely cancels the transaction 
if not committed.</info>
+      </possiblevalue>
+      <possiblevalue>
+        <value>transaction</value>
+        <info> Does not produce any content. Besides communicating with 
children fieldinfo's and valid's ehaves like mm:transaction. Only difference is 
that on default
+        it does not commit on close. </info>
       </possiblevalue>
     </attribute>
     <attribute>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to