RE: [OT] Re: Bean Question

2006-04-09 Thread Neil Meyer
Thanks, The following worked. PropertyUtils.getSimpleProperty(bean,propertyName) Neil -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 07 April 2006 02:56 PM To: Struts Users Mailing List Subject: [OT] Re: Bean Question One, or both, of these may help: 1

[OT] Re: Bean Question

2006-04-07 Thread DGraham
One, or both, of these may help: 1. http://jakarta.apache.org/commons/beanutils/ 2. http://cglib.sourceforge.net/ -Dennis "Neil Meyer" <[EMAIL PROTECTED]> 04/07/2006 01:31 AM Please respond to "Struts Users Mailing List" To "Struts Users Mailing List" cc Subject Bean Question Good

[OT] Re: Bean Question

2006-04-07 Thread Dave Newton
Neil Meyer wrote: > Value=test1,test2 > > So I want to dynamically tell the system to get > > testBean.getTest1 > testBean.getTest2 > > I really hope there is somebody that can give me some pointers here. > If you want to invoke a method named by a string from a class that instantiates that me