Re: Creating value objects using reflection class

2004-04-06 Thread Craig R. McClanahan
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 w

RE: Creating value objects using reflection class

2004-04-05 Thread Robert Taylor
org.apache.commons.beanutils.* robert > -Original Message- > From: walkrustin [mailto:[EMAIL PROTECTED] > Sent: Monday, April 05, 2004 12:37 PM > To: [EMAIL PROTECTED] > Subject: Creating value objects using reflection class > > > Hi, > > After receivin

Re: Creating value objects using reflection class

2004-04-05 Thread Niall Pemberton
nday, April 05, 2004 5:37 PM Subject: Creating value objects using reflection class > 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 th

RE: Creating value objects using reflection class

2004-04-05 Thread Takhar, Sandeep
org.apache.commons.beanutils.BeanUtils In the jakarta-commons sandeep -Original Message- From: walkrustin [mailto:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 12:37 PM To: [EMAIL PROTECTED] Subject: Creating value objects using reflection class Hi, After receiving the form, I have

Creating value objects using reflection class

2004-04-05 Thread walkrustin
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