DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29571>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29571 [beanutils]Inconsistent behaviour of BeanUtils.setProperty() and BeanUtils.getProperty() methods [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE Summary|Inconsistent behaviour of |[beanutils]Inconsistent |BeanUtils.setProperty() and |behaviour of |BeanUtils.getProperty() |BeanUtils.setProperty() and |methods |BeanUtils.getProperty() | |methods ------- Additional Comments From [EMAIL PROTECTED] 2004-07-09 07:08 ------- I'm marking this as a duplicate of Bug 26904 - in the example you give BeanUtils.setProperty(form, "values[2].label", "doesItWork?"); BeanUtils.getProperty(form, "values[2].label"); where values is an array of Maps, then BeanUtils treats "label" as a simple property if the set/getSimpleProperty methods handled Maps as requested in Bug 26904 I believe your example would work. Niall *** This bug has been marked as a duplicate of 26904 *** --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
