> All Velocity has is a #foreach. This is a fully functional
> looping construct
> that prevents you from screwing things up and still gets the job done.
On the #foreach and DoS issues, I would use "makes it harder" instead
of "prevents" in .
But it also makes "much harder" to mix logic and presentation too.
Have fun,
Paulo Gaspar
> -----Original Message-----
> From: Jon Stevens [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 18, 2001 2:52 AM
>
>
> on 5/17/01 5:21 PM, "Glenn Nielsen" <[EMAIL PROTECTED]> wrote:
>
> > You won't have much of a templating language if you don't allow some
> > sort of looping. Kind of hard to restrict that.
>
> All Velocity has is a #foreach. This is a fully functional
> looping construct
> that prevents you from screwing things up and still gets the job done.
>
> -jon