Hi,Struts itself uses commons-beanutils for exactly this use case.
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.
http://jakarta.apache.org/commons/beanutils/
thanks.Craig
- walk rustin
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]