walkrustin wrote:

Hi,

After receiving the form, I have to copy the value of each field to a value object. I wrote a small reflection utility class to server the purpose. Now I need more functionalities to that utility class.

I was wondering if there is any utility package already out there which helps copy the contents from one object to another using reflection.


Struts itself uses commons-beanutils for exactly this use case.

http://jakarta.apache.org/commons/beanutils/


thanks.
- walk rustin


Craig



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



Reply via email to