rleland 01/03/31 14:38:40
Modified: doc release-notes-1.0-b2.xml
Log:
Document options tag as supporting Enumeration as collection type
Revision Changes Path
1.3 +10 -2 jakarta-struts/doc/release-notes-1.0-b2.xml
Index: release-notes-1.0-b2.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/release-notes-1.0-b2.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- release-notes-1.0-b2.xml 2001/03/31 21:41:15 1.2
+++ release-notes-1.0-b2.xml 2001/03/31 22:38:40 1.3
@@ -57,9 +57,19 @@
include any current transaction control token in the generated
hyperlink, by specifying the <code>transaction</code> attribute
with a value of <code>true</code>.</li>
+ <li>The <code><html:options></code> tag now supports Enumeration
+ for the <code>collection</code> property.</li>
</ul>
<p>The following new features have been added to the
+ <em>struts-logic</em> custom tag library (package
+ <code>org.apache.struts.taglib.logic</code>):</p>
+ <ul>
+ <li>The <code><logic:iterate></code> tag now supports Enumeration
+ for the <code>collection</code> property.</li>
+ </ul>
+
+ <p>The following new features have been added to the
<em>struts-template</em> custom tag library (package
<code>org.apache.struts.taglib.template</code>):</p>
<ul>
@@ -86,8 +96,6 @@
<ul>
<li>The <code><html:image></code> tag now correctly generates a
closing double quote on the <code>name</code> attribute.</li>
- <li>The <code><html:iterate></code> tag now supports Enumeration
- for the <code>collection</code> attribute.</li>
<li>The <code><html:form></code> tag now generates a hyperlink
that includes any query parameters that were included in the original
hyperlink value.</li>