Author: jkoster
Date: 2010-02-25 10:16:41 +0100 (Thu, 25 Feb 2010)
New Revision: 41164

Modified:
   CMSContainer/branches/b1_5/CMSContainer/cmsc/taglib/src/tld/cmsc.tld
Log:
CMSC-1648 - ActionURL tag was missing Page and Window attributes in TLD.

Modified: CMSContainer/branches/b1_5/CMSContainer/cmsc/taglib/src/tld/cmsc.tld
===================================================================
--- CMSContainer/branches/b1_5/CMSContainer/cmsc/taglib/src/tld/cmsc.tld        
2010-02-24 15:57:14 UTC (rev 41163)
+++ CMSContainer/branches/b1_5/CMSContainer/cmsc/taglib/src/tld/cmsc.tld        
2010-02-25 09:16:41 UTC (rev 41164)
@@ -655,6 +655,16 @@
         <tei-class>com.finalist.cmsc.taglib.portlet.BasicURLTag$TEI</tei-class>
         <body-content>JSP</body-content>
         <attribute>
+           <name>page</name>
+           <required>false</required>
+           <rtexprvalue>true</rtexprvalue>
+        </attribute>
+        <attribute>
+           <name>window</name>
+           <required>false</required>
+           <rtexprvalue>true</rtexprvalue>
+        </attribute>
+        <attribute>
             <name>elementId</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to