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

Modified Files:
        mmbase-taglib.xml 
Log Message:
these attributes should also accept EL


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.418
retrieving revision 1.419
diff -u -b -r1.418 -r1.419
--- mmbase-taglib.xml   31 Jan 2008 12:00:06 -0000      1.418
+++ mmbase-taglib.xml   22 Feb 2008 10:25:35 -0000      1.419
@@ -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.418 2008/01/31 12:00:06 michiel Exp $
+version: $Id: mmbase-taglib.xml,v 1.419 2008/02/22 10:25:35 michiel Exp $
 
 -->
 <taglib author="MMBase community">
@@ -8482,6 +8482,7 @@
     <attribute>
       <name>mode</name>
       <required>false</required>
+      <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>
@@ -8498,6 +8499,7 @@
     <attribute>
       <name>page</name>
       <required>false</required>
+      <rtexprvalue>true</rtexprvalue>
       <info>
         to use in action attribute of produced form.
       </info>
@@ -8506,6 +8508,7 @@
     <attribute>
       <name>styleClass</name>
       <required>false</required>
+      <rtexprvalue>true</rtexprvalue>
       <info>
         If form-tag is produced, you may want to have it a class-attribute 
too. By the way, it always has an mm_form class.
       </info>
@@ -8528,6 +8531,7 @@
     <attribute>
       <name>form</name>
       <required>false</required>
+      <rtexprvalue>true</rtexprvalue>
       <info>
         If another form that the first form parent must be used, this 
attribute can be used.
       </info>
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to