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=15451>. 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=15451 Multiple mapped properties not possible / Direct maps and indexes not possible Summary: Multiple mapped properties not possible / Direct maps and indexes not possible Product: Struts Version: 1.1 Beta 2 Platform: All OS/Version: Other Status: NEW Severity: Minor Priority: Other Component: Custom Tags AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Within a property of any tag, it is not possible to map twice, such as property="customers(5)(3)", or to map and index (property="customers(5)[3]". This is sometimes useful. Workarounds with bean:define are difficult, because the property tag is not able to map or index a Map or Collection directly, such as name="customers" property="(3)". This would be nice, too. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>