That was helpful. velocityCount is simply a loop counter variable for the #for-each construct. This variable name can be changed in velocity.properties by modifying the value of counter.name.
Thanks and regards, Archana >>> [EMAIL PROTECTED] 02/20/04 12:25PM >>> It's a loop index variable internal to velocity. See more info in the (very good) User's and Developer's guide to Velocity: http://jakarta.apache.org/velocity/ >>> [EMAIL PROTECTED] 02/20/04 12:20PM >>> Hi, I'm very very new to vm...have always been coding with jsp. I need to modify some control templates and i see that something called velocityCount is being used. This variable is not initialised anywhere and is being used directly. I see it being used likt this: if ($velocityCount < $portlets.size()) What is this variable? Can someone could help me with this? Thanks for the help. Regards, Archana --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
