geirm       02/03/14 16:07:46

  Modified:    docs     user-guide.html
               xdocs    user-guide.xml
  Log:
  Correct problem with the foreach counter/initval configuration properties
  
  Revision  Changes    Path
  1.69      +2 -2      jakarta-velocity/docs/user-guide.html
  
  Index: user-guide.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/user-guide.html,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- user-guide.html   20 Feb 2002 00:28:29 -0000      1.68
  +++ user-guide.html   15 Mar 2002 00:07:45 -0000      1.69
  @@ -2159,11 +2159,11 @@
         <td bgcolor="#ffffff"><pre>
   # Default name of the loop counter
   # variable reference.
  -counter.name = velocityCount
  +directive.foreach.counter.name = velocityCount
   
   # Default starting value of the loop
   # counter variable reference.
  -counter.initial.value = 1
  +directive.foreach.counter.initial.value = 1
   </pre></td>
         <td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1" 
height="1" vspace="0" hspace="0" border="0"/></td>
       </tr>
  
  
  
  1.62      +2 -2      jakarta-velocity/xdocs/user-guide.xml
  
  Index: user-guide.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/user-guide.xml,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- user-guide.xml    20 Feb 2002 00:28:29 -0000      1.61
  +++ user-guide.xml    15 Mar 2002 00:07:46 -0000      1.62
  @@ -1237,11 +1237,11 @@
   <source><![CDATA[
   # Default name of the loop counter
   # variable reference.
  -counter.name = velocityCount
  +directive.foreach.counter.name = velocityCount
   
   # Default starting value of the loop
   # counter variable reference.
  -counter.initial.value = 1
  +directive.foreach.counter.initial.value = 1
   ]]></source>
   
    </section>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to