Hi, I would like to find all the mapped properties of a bean. I thought PropertyUtils.getMappedPropertyDescriptors(..) would provide this, but it seems it only returns the properties that have already been accessed (and thus added to the cache). Is there a way to do this in beanutils or would I have to do it myself by inspecting the bean, looking for Object getMyProperty(String key) void setMyProperty(Sting key, Object value) methods? TIA, Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org