Re: LabelValueBean and BeanMap with and for indexed properties

2004-07-15 Thread Niall Pemberton
likely that beanutils will change in the future so that the "setter" works in the same way as the "getter". Niall - Original Message - From: "Michael McGrady" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thu

Re: LabelValueBean and BeanMap with and for indexed properties

2004-07-15 Thread Michael McGrady
At 03:52 AM 7/15/2004, you wrote: There are currently some discrepencies in beanutils where the above statement isn't followed - but, from the discussion over on commons, its likely that in a future version of beanutils it will be changed so that it is always consistent with the above statement. N

Re: LabelValueBean and BeanMap with and for indexed properties

2004-07-15 Thread Niall Pemberton
List" <[EMAIL PROTECTED]> Sent: Thursday, July 15, 2004 2:49 AM Subject: Re: LabelValueBean and BeanMap with and for indexed properties > Thanks, Joe. I expect you are right, but it is comforting to hear it. > > Michael > > At 04:06 PM 7/14/2004, you wrote: > >Mic

Re: LabelValueBean and BeanMap with and for indexed properties

2004-07-14 Thread Michael McGrady
Thanks, Joe. I expect you are right, but it is comforting to hear it. Michael At 04:06 PM 7/14/2004, you wrote: Michael: This is ultimately a function performed by commons-beanutils, not Struts itself. Specifically, o.a.c.beanutils.PropertyUtils has a method, "getProperty(Object, String) which

Re: LabelValueBean and BeanMap with and for indexed properties

2004-07-14 Thread Joe Germuska
Michael: This is ultimately a function performed by commons-beanutils, not Struts itself. Specifically, o.a.c.beanutils.PropertyUtils has a method, "getProperty(Object, String) which returns the object value of the bean property. (Internally, that's actually forwarded to getNestedProperty(Obj

LabelValueBean and BeanMap with and for indexed properties

2004-07-14 Thread Michael McGrady
I am using my version of a BeanMap built for instrumentation, cf. http://wiki.apache.org/struts/StrutsCatalogMappedBeans, and am putting a series of java.util.LinkedLists holding org.apache.struts.util.LabelValueBeans into the BeanMap via setProperty(Object key,Object value). I am then accessi