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

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


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


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.22
retrieving revision 1.374.2.23
diff -u -b -r1.374.2.22 -r1.374.2.23
--- mmbase-taglib.xml   31 Jan 2008 11:58:46 -0000      1.374.2.22
+++ mmbase-taglib.xml   26 Feb 2008 15:42:41 -0000      1.374.2.23
@@ -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.22 2008/01/31 11:58:46 michiel Exp $
+version: $Id: mmbase-taglib.xml,v 1.374.2.23 2008/02/26 15:42:41 michiel Exp $
 
 -->
 <taglib author="MMBase community">
@@ -5430,6 +5430,7 @@
     <extends>querycontainer</extends>
     <extends>nodereferrer</extends>
     
<tagclass>org.mmbase.bridge.jsp.taglib.containers.ListRelationsContainerTag</tagclass>
+    <teiclass>org.mmbase.bridge.jsp.taglib.containers.QueryTEI</teiclass>
     <bodycontent>JSP</bodycontent>
     <info>
       The query container for the listrelations tag.
@@ -8255,6 +8256,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>
@@ -8271,6 +8273,7 @@
     <attribute>
       <name>page</name>
       <required>false</required>
+      <rtexprvalue>true</rtexprvalue>
       <info>
         to use in action attribute of produced form.
       </info>
@@ -8279,6 +8282,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>
@@ -8301,6 +8305,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
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to