Re: BeanUtils.copyProperties Cannot find...

2005-03-17 Thread Corey Probst
Sorry Scott... I wasn't thinking correctly. BeanUtils.copyProperties is in 1.7. It's also in 1.6. http://jakarta.apache.org/commons/beanutils/commons-beanutils-1.7.0/docs/api/org/apache/commons/beanutils/BeanUtils.html Corey On Thu, 17 Mar 2005 09:44:45 -0600, Corey Probst <[EMAIL PROTECTED]

Re: BeanUtils.copyProperties Cannot find...

2005-03-17 Thread Tim Christopher
It should be in the files you listed (commona-beanutils). I just downloaded the jar file from: http://jakarta.apache.org/site/downloads/downloads_commons-beanutils.cgi ... And it's a static method within the BeanUtils class. Java Doc: http://jakarta.apache.org/commons/beanutils/apidocs/index.htm

Re: BeanUtils.copyProperties Cannot find...

2005-03-17 Thread Corey Probst
There's a method in the static PropertyUtils class. Also, look at the same method in PropertyUtilsBean. The javadocs will explain the differences. http://jakarta.apache.org/commons/beanutils/commons-beanutils-1.7.0/docs/api/ - T

BeanUtils.copyProperties Cannot find...

2005-03-17 Thread Scott Purcell
Hello, I want to try and use the BeanUtils.copyProperties and I cannot seem to find it. I have spent the last 10 minutes at Jakarta downloading different versions of BeanUtils, but none seem to have the copyProperties method. I have tried these versions. commons-beanutils-1.7.0.jar commons-bean