You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2003/11/01 19:08:43 UTC

DO NOT REPLY [Bug 23815] - PropertyUtils.getNestedProperty() doesn't allow getXxxx on Map-Instances any longer

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

PropertyUtils.getNestedProperty() doesn't allow getXxxx on Map-Instances any longer

jdpierce75@hotmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WONTFIX                     |



------- Additional Comments From jdpierce75@hotmail.com  2003-11-01 18:08 -------
Why not handle both cases?  First check whether there's a property by that name,
then, if not, fall back to using the map.  The performance affect of the
additional check should be negligible, and there's no ambiguity except for users
of maps with properties, who, if necessary, could fall back on the (...) syntax
to disambiguate.

- Jon

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org