You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Dave Newton (JIRA)" <ji...@apache.org> on 2007/11/15 15:41:34 UTC

[jira] Assigned: (WW-2322) tag puts generated collection in #attr namespace forcing #attr prefix

     [ https://issues.apache.org/struts/browse/WW-2322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dave Newton reassigned WW-2322:
-------------------------------

    Assignee: Dave Newton

> <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
>            Assignee: 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.