arron 02/02/24 09:19:40
Modified: doc/userGuide struts-nested.xml
Log:
Adding tld/docco for the NestedOptionsCollection tag.
Revision Changes Path
1.2 +53 -0 jakarta-struts/doc/userGuide/struts-nested.xml
Index: struts-nested.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/userGuide/struts-nested.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- struts-nested.xml 20 Feb 2002 00:41:14 -0000 1.1
+++ struts-nested.xml 24 Feb 2002 17:19:39 -0000 1.2
@@ -1370,6 +1370,59 @@
</attribute>
</tag>
+
+ <tag document-attributes="false">
+ <name>optionsCollection</name>
+ <summary>Nested Extension -
+ Render a Collection of Select Options
+ </summary>
+
<tagclass>org.apache.struts.taglib.nested.html.NestedOptionsCollectionTag</tagclass>
+ <bodycontent>empty</bodycontent>
+ <info>
+ <p>This tag is an extension of the
+ <a href="struts-html.html#optionsCollection"
+ ><code><html:optionsCollection></code></a>
+ tag. Please consult its documentation for information on tag attributes
+ and usage details.
+ </p>
+ </info>
+
+ <attribute>
+ <name>label</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+
+ <attribute>
+ <name>name</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+
+ <attribute>
+ <name>property</name>
+ <required>true</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+
+ <attribute>
+ <name>style</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+
+ <attribute>
+ <name>styleClass</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+
+ <attribute>
+ <name>value</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ </tag>
<tag document-attributes="false">
<name>password</name>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>