[
https://issues.apache.org/jira/browse/VELOCITY-700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Byron Foster closed VELOCITY-700.
---------------------------------
Resolution: Won't Fix
Fix Version/s: 2.0
Looks like this is a no-go.
> Add #foreach keyword to specify #break level
> --------------------------------------------
>
> Key: VELOCITY-700
> URL: https://issues.apache.org/jira/browse/VELOCITY-700
> Project: Velocity
> Issue Type: New Feature
> Components: Engine
> Affects Versions: 2.0
> Reporter: Byron Foster
> Fix For: 2.0
>
>
> if the last argument to to the #foreach directive is a word, then that word
> serves as a label to indicate the break level for the #break directive. Par
> exemple:
> #foreach($user in $users outer)
> #foreach($email in $user.emails)
> #if($email.expired)
> #break(outer)
> #end
> #end
> #end
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]