Hey Folks,
you should take a look at the IteratorTool:
http://jakarta.apache.org/velocity/tools/javadoc/org/apache/velocity/tools/generic/IteratorTool.html
More tools at:
http://jakarta.apache.org/velocity/tools/generic/
Velocity's approach for most problems was always - use a tool!
In this case a #break directive seems to be a sensible addition, but
note that the tool approach adds much more functionality than could
be achieved by adding directives. The the urge in velocity is to
keep it simple (KISS)!
I believe remenbering that the #stop directive was (will be?) to work
As-Expected(tm) in the nichglty builds?
:) Christoph Reck
Jean Francois Chamard wrote:
Hi there,
been using velocity for a while now. Is there a way to get out of a
loop?
Perhaps it has been asked but I found nothing on the subject (guide,
wiki, ...).
If there is, sorry about it.
Is there a way to do something like that?
#foreach( $mycounter in [10..1] )
#if ($mycounter == 5)
break; ?
#end
#end
I've used velocity 1.4 but i'm now with 1.5 dev.
Thanks for your answer
JF
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]