You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by ge...@apache.org on 2002/03/14 14:36:37 UTC

cvs commit: jakarta-velocity/docs developer-guide.html

geirm       02/03/14 05:36:37

  Modified:    xdocs    developer-guide.xml
               docs     developer-guide.html
  Log:
  small fix for the forech directive config properties
  
  Revision  Changes    Path
  1.66      +1 -1      jakarta-velocity/xdocs/developer-guide.xml
  
  Index: developer-guide.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/developer-guide.xml,v
  retrieving revision 1.65
  retrieving revision 1.66
  diff -u -r1.65 -r1.66
  --- developer-guide.xml	31 Dec 2001 13:23:39 -0000	1.65
  +++ developer-guide.xml	14 Mar 2002 13:36:37 -0000	1.66
  @@ -1803,7 +1803,7 @@
   </p>
   
   <p>
  -<code>directive.foreach.initial.value = 1</code><br/>
  +<code>directive.foreach.counter.initial.value = 1</code><br/>
   Default starting value for the loop counter reference in a #foreach() loop.
   </p>
   
  
  
  
  1.92      +9 -1      jakarta-velocity/docs/developer-guide.html
  
  Index: developer-guide.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/developer-guide.html,v
  retrieving revision 1.91
  retrieving revision 1.92
  diff -u -r1.91 -r1.92
  --- developer-guide.html	27 Jan 2002 22:27:54 -0000	1.91
  +++ developer-guide.html	14 Mar 2002 13:36:37 -0000	1.92
  @@ -14,6 +14,8 @@
                                                       <meta name="author" value="Velocity Documentation Team">
               <meta name="email" value="geirm@apache.org">
               
  +           
  +                                    
               <title>Velocity - Developer's Guide</title>
           </head>
   
  @@ -2210,7 +2212,7 @@
   the loop count as $velocityCount.
   </p>
                                                   <p>
  -<code>directive.foreach.initial.value = 1</code><br />
  +<code>directive.foreach.counter.initial.value = 1</code><br />
   Default starting value for the loop counter reference in a #foreach() loop.
   </p>
                                                   <p>
  @@ -3616,6 +3618,12 @@
           </body>
       </html>
   <!-- end the processing -->
  +
  +
  +
  +
  +
  +
   
   
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>