[
https://issues.apache.org/struts/browse/WW-2322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dave Newton updated WW-2322:
----------------------------
Fix Version/s: 2.1.1
Summary: <s:generator.../> tag puts generated collection in
pageContext forcing #attr prefix (was: <s:generator.../> tag puts generated
collection in #attr namespace forcing #attr prefix)
> <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.