Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Implemented
-
None
-
None
-
None
Description
Sorely missing ability to skip through an iteration of a list and continue on with the rest of the list. would like to write clean code like this:
<#list collection as element>
<#if element.attr1 == "some_value">
<#continue /> <#-- skip over this item and run next item in loop -->
</#if>
do stuff here
</#list>
Thanks!
Attachments
Issue Links
- is duplicated by
-
FREEMARKER-79 Introduce <#continue> to skip an item within <#list>
- Closed