Re: "While"-like structure in Velocity?
Claude Brisson <[email protected]>
| Newsgroups | gmane.comp.jakarta.velocity.user |
|---|---|
| Message-ID | <20130515194058.52238c50@emc> |
> #foreach would be the way to do it if the queue didn't have to be > modified, but I'll get an exception if I try to traverse an iterator > over the queue and then modify it mid-flight. Even if the queue is materialized by a linked list rather than by an array? #foreach over a linked list is the way to go, I think. Claude