Index: ForEachTag.java
===================================================================
RCS file: /home/cvspublic/jakarta-commons/jelly/src/java/org/apache/commons/jelly/tags/core/ForEachTag.java,v
retrieving revision 1.22
diff -u -r1.22 ForEachTag.java
--- ForEachTag.java 9 Oct 2003 21:21:29 -0000 1.22
+++ ForEachTag.java 25 Oct 2003 07:00:54 -0000
@@ -73,8 +73,11 @@
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
-/** A tag which performs an iteration over the results of an XPath expression
- *
+ /**
+ * Iterates over a collection, iterator or an array of objects.
+ * Uses the same syntax as the JSTL
+ * forEach tag does.
+ *
* @author James Strachan
* @version $Revision: 1.22 $
*/