You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Paul Benedict (JIRA)" <ji...@apache.org> on 2007/09/01 05:49:34 UTC

[jira] Updated: (STR-719) [taglib] Add indexedProperty attribute in html taglibs

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

Paul Benedict updated STR-719:
------------------------------

    Fix Version/s: Future
         Assignee:     (was: Struts Developers)

> [taglib] Add indexedProperty attribute in html taglibs
> ------------------------------------------------------
>
>                 Key: STR-719
>                 URL: https://issues.apache.org/struts/browse/STR-719
>             Project: Struts 1
>          Issue Type: Improvement
>          Components: Taglibs
>    Affects Versions: Nightly Build
>         Environment: Operating System: other
> Platform: Other
>            Reporter: Arnaud HERITIER
>            Priority: Minor
>             Fix For: Future
>
>
> Using the new Struts 1.1, I found that a cool enhancement was missing.
> You added a new attribute "indexed" in HTML taglibraries to allow the user to 
> use an iterate to index the bean used to get the current value of the form tag.
> This is something like :
> bean_id[current_iterator_id].property
> I think it should be possible to add a "indexedProperty" attribute which allow 
> to index the property of the bean and not the bean itself. It would be 
> something like :
> bean_id.property[current_iterator_id]
> If you think that it could be a good enhancement, tell me and I'll try to 
> implement it.
> Arnaud.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.