[
https://issues.apache.org/jira/browse/FREEMARKER-53?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16036717#comment-16036717
]
Man J commented on FREEMARKER-53:
---------------------------------
Is there a data structure that would yield last-in-first-out iteration order
when used with Freemarker?
> Element order not preserved with java.util.Stack
> ------------------------------------------------
>
> Key: FREEMARKER-53
> URL: https://issues.apache.org/jira/browse/FREEMARKER-53
> Project: Apache Freemarker
> Issue Type: Bug
> Components: engine
> Affects Versions: 2.3.23
> Reporter: Man J
> Priority: Minor
>
> A field inside one of my model objects is of the type {{java.util.Stack}}.
> Java code iterates over the elements of this field correctly to yield objects
> in last-in-first-out order. However, Freemarker iterates over its elements in
> first-in-first-out order like a regular {{List}}.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)