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=12303>.
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=12303

nested:iterate tag does not work with Collections

           Summary: nested:iterate tag does not work with Collections
           Product: Struts
           Version: 1.1 Beta 2
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Custom Tags
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Iterating over a Collection does not work when using the nested:iterate tag 
like it does with the logic:iterate tag.  I get "Property 'plants' is not 
indexed" error.  If I change to a getter that returns Object[] instead of Set, 
it works.

I consider this a bug because the nested:iterate tag is supposed to enhance the 
functionality of the logic:iterate tag.  I think this was probably overlooked 
during the implementation as it's not reasonable to convert from a Collection 
ot Object[] just for the nested taglib.

Michael

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

Reply via email to