rleland 01/03/31 13:41:15 Modified: doc struts-logic.xml release-notes-1.0-b2.xml Log: Document Iterate tag now supports Enumeration Revision Changes Path 1.2 +8 -7 jakarta-struts/doc/struts-logic.xml Index: struts-logic.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/struts-logic.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- struts-logic.xml 2001/03/18 17:48:58 1.1 +++ struts-logic.xml 2001/03/31 21:41:15 1.2 @@ -149,8 +149,8 @@ </attribute> </tag> - + <tag> <name>forward</name> @@ -272,7 +272,7 @@ </attribute> </tag> - + <tag> @@ -365,8 +365,8 @@ </attribute> </tag> - + <tag> <name>iterate</name> @@ -397,6 +397,7 @@ "int")</li> <li>An implementation of <code>java.util.Collection</code>, including <code>ArrayList</code> and <code>Vector</code>.</li> + <li>An implementation of <code>java.util.Enumeration</code>.</li> <li>An implementation of <code>java.util.Iterator</code>.</li> <li>An implementation of <code>java.util.Map</code>, including <code>HashMap</code>, <code>Hashtable</code>, and @@ -434,7 +435,7 @@ <info> <p>A runtime expression that evaluates to a collection (conforming to the requirements listed above) to be iterated over.</p> - </info> + </info> </attribute> <attribute> @@ -614,8 +615,8 @@ </attribute> </tag> - + <tag> <name>lessThan</name> @@ -707,7 +708,7 @@ </attribute> </tag> - + <tag> @@ -905,7 +906,7 @@ </attribute> </tag> - + <tag> 1.2 +2 -0 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.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- release-notes-1.0-b2.xml 2001/03/18 17:48:58 1.1 +++ release-notes-1.0-b2.xml 2001/03/31 21:41:15 1.2 @@ -86,6 +86,8 @@ <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>