You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/08/27 07:01:33 UTC

cvs commit: jakarta-commons/jelly/src/java/org/apache/commons/jelly/tags/core ForEachTag.java InvokeTag.java

dion        2004/08/26 22:01:33

  Modified:    jelly/src/java/org/apache/commons/jelly/tags/core
                        ForEachTag.java InvokeTag.java
  Log:
  Updates for Jelly-58
  
  Revision  Changes    Path
  1.25      +3 -2      jakarta-commons/jelly/src/java/org/apache/commons/jelly/tags/core/ForEachTag.java
  
  Index: ForEachTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/src/java/org/apache/commons/jelly/tags/core/ForEachTag.java,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- ForEachTag.java	24 Feb 2004 14:10:38 -0000	1.24
  +++ ForEachTag.java	27 Aug 2004 05:01:32 -0000	1.25
  @@ -29,8 +29,9 @@
   
   /** 
     * Iterates over a collection, iterator or an array of objects.
  +  * Uses the same syntax as the <a href="http://java.sun.com/products/jsp/jstl/">JSTL</a>
  +  * <code>forEach</code> tag does.
     * 
  -  * @author <a href="mailto:jstrachan@apache.org">James Strachan</a>
     * @author <a href="mailto:jstrachan@apache.org">James Strachan</a>
     * @version $Revision$
     */
  
  
  
  1.9       +4 -2      jakarta-commons/jelly/src/java/org/apache/commons/jelly/tags/core/InvokeTag.java
  
  Index: InvokeTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/src/java/org/apache/commons/jelly/tags/core/InvokeTag.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- InvokeTag.java	16 Aug 2004 01:59:00 -0000	1.8
  +++ InvokeTag.java	27 Aug 2004 05:01:32 -0000	1.9
  @@ -25,7 +25,9 @@
   import org.apache.commons.jelly.TagSupport;
   import org.apache.commons.jelly.XMLOutput;
   
  -/**  A tag which calls a function in an object instantied by core:new.
  +/** 
  +  * A tag which calls a method in an object instantied by core:new 
  +  * 
     *
     * @author Rodney Waldhoff
     * @version $Revision$
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org