You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by tm...@apache.org on 2006/07/07 20:52:47 UTC

svn commit: r419955 - /struts/struts2/trunk/core/src/main/resources/META-INF/taglib.tld

Author: tmjee
Date: Fri Jul  7 11:52:47 2006
New Revision: 419955

URL: http://svn.apache.org/viewvc?rev=419955&view=rev
Log:
WW-1364
  - updated taglib due do addtion of optgroup tag

Modified:
    struts/struts2/trunk/core/src/main/resources/META-INF/taglib.tld

Modified: struts/struts2/trunk/core/src/main/resources/META-INF/taglib.tld
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/META-INF/taglib.tld?rev=419955&r1=419954&r2=419955&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/main/resources/META-INF/taglib.tld (original)
+++ struts/struts2/trunk/core/src/main/resources/META-INF/taglib.tld Fri Jul  7 11:52:47 2006
@@ -6160,6 +6160,63 @@
    </tag>
    <tag>
 
+      <name>optgroup</name>
+      <tag-class>com.opensymphony.webwork.views.jsp.ui.OptGroupTag</tag-class>
+      <body-content>JSP</body-content>
+      <description><![CDATA[Renders a Select Tag's OptGroup Tag]]></description>
+
+      <attribute>
+         <name>label</name>
+         <required>false</required>
+         <rtexprvalue>true</rtexprvalue>
+
+           <description><![CDATA[Set the label attribute.]]></description>
+
+      </attribute>
+      <attribute>
+         <name>disabled</name>
+         <required>false</required>
+         <rtexprvalue>true</rtexprvalue>
+
+           <description><![CDATA[Set the disable attribute.]]></description>
+
+      </attribute>
+      <attribute>
+         <name>list</name>
+         <required>false</required>
+         <rtexprvalue>true</rtexprvalue>
+
+           <description><![CDATA[Set the list attribute.]]></description>
+
+      </attribute>
+      <attribute>
+         <name>listKey</name>
+         <required>false</required>
+         <rtexprvalue>true</rtexprvalue>
+
+           <description><![CDATA[Set the listKey attribute.]]></description>
+
+      </attribute>
+      <attribute>
+         <name>listValue</name>
+         <required>false</required>
+         <rtexprvalue>true</rtexprvalue>
+
+           <description><![CDATA[Set the listValue attribute.]]></description>
+
+      </attribute>
+      <attribute>
+         <name>id</name>
+         <required>false</required>
+         <rtexprvalue>true</rtexprvalue>
+
+           <description><![CDATA[id for referencing element. For UI and form tags it will be used as HTML id attribute]]></description>
+
+      </attribute>
+
+   </tag>
+   <tag>
+
       <name>table</name>
       <tag-class>org.apache.struts2.views.jsp.ui.table.WebTableTag</tag-class>
       <body-content>JSP</body-content>