DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10867>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10867

Add indexedProperty attribute in html taglibs

           Summary: Add indexedProperty attribute in html taglibs
           Product: Struts
           Version: Nightly Build
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Custom Tags
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to