<s:generator.../> tag puts generated collection in #attr namespace 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
Priority: Minor
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.