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

Problems on indexed property with JDK 1.4





------- Additional Comments From [EMAIL PROTECTED]  2004-07-12 02:28 -------
The only observation I have on this is that you are naming your property and 
indexed property methods with the same name. If you modify one of the method 
names does it then work properly?

For example have:

  public List getChilds() {
    return childs;
  }
  public ChildsBean getOneChild(int index) {
    ....
  }

for (int j = 0; j < newChilds.size(); j++)  {
   BeanUtils.copyProperties(PropertyUtils.getIndexedProperty
(valBean,"oneChild",j), newChilds.get(j));
}

Niall

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to