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=17733>. 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=17733 Map based forms and indexed fields do not work correctly [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Component|Custom Tags |Documentation Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2003-08-30 22:03 ------- Given that note: cannot use these styles due to BeanUtils <input type="text" name="value(color.0)"> <input type="text" name="value(color[0])"> I just don't see a clean solution for this usecase, outside of using a conventional ActionForm instead of a map-backed ActionForm. Interpolating underscores doesn't seem like something we should support at a framework level. Accordingly, I'm adding a note to the documentation regarding this restriction. "While map-backed ActionForms provide you with more flexibility, they do not support the same range of syntax available to conventional or DynaActionForms. You might have difficulty referencing <a href="../faqs/indexedprops">indexed or mapped properties</a> using a map-backed ActionForm." -Ted. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]