You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Tom Klaasen (TeleRelay)" <to...@telerelay.com> on 2001/11/07 09:55:28 UTC

[beanutils][PATCH] PropertyUtils and indexedProperties

Hi all,

I found a glitch in the PropertyUtils: you can only get an
indexedProperty if its container is an array. But a java.util.List is
also indexed. So it would be logical to be able to get an element of a
List also as an indexedProperty.

Hence the patch attached.

Hope you enjoy it,

tomK