[
https://issues.apache.org/struts/browse/WW-2322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dave Newton resolved WW-2322.
-----------------------------
Resolution: Fixed
revision 595336
Updated IteratorGeneratorTag/IteratorGeneratorTagTest to use stackContext, not
pageContext.
> <s:generator.../> tag puts generated collection in pageContext forcing #attr
> prefix
> -----------------------------------------------------------------------------------
>
> Key: WW-2322
> URL: https://issues.apache.org/struts/browse/WW-2322
> Project: Struts 2
> Issue Type: Improvement
> Components: Other, Plugin - Tags
> Affects Versions: 2.0.11
> Reporter: Dave Newton
> Assignee: Dave Newton
> Priority: Minor
> Fix For: 2.1.1
>
>
> If do:
> <s:generator ... id="foo"/>
> <s:iterator value="#foo"> doesn't work, must use:
> <s:iterator value="#attr.foo">.
> This is unlike <s:merge/append...> where I can use #foo expr in the following
> iterator.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.