In all truth I don't know. I got far enough to find out where the issue happes. I got it to work via a hack to the PropertyUtils class. I'd honestly try to use collection manipulation to get it into a List or something, unless you want my hack. No garauntees however. :)
There's a whole class there meant to handle mapped properties, but my hack doesn't use it. So I have to get some time to go back and find out how it's used etc. I tried to bring it up in the respective developer lists, but no answers. I was hoping that someone closer to the creation of it could do it, but no luck (dammit :). So we have to hack it ourselves. Arron. Arik Levin ( Tikal ) wrote: >Now u are telling me???? I have tried it until my blood is out of my >kishke... > >So tell me, I'm using InvocationHandler to invoke my methods, is there a way >at the night build of struts or other interesting way I should know? > >Thanx man! > >-----Original Message----- >From: Arron Bates [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, February 12, 2002 12:20 AM >To: Struts Users Mailing List >Subject: Re: commons - BeanUtils ; mapping and setFoo getFoo how to ? > >I don't think that the mapped properties are working. I went to add the >ability to the <nested:iterate> tag the other day and tested the bean >utils directly before I did so and it doesn't work. > >I found the problem though, but haven't had time to fix it properly and >put in a patch. > >Arron. > > >Arik Levin ( Tikal ) wrote: > >>Does anybody here have a tutorial or a sample for the commons BeanUtils ? >> >>I'm trying to map setter and getter method and invoke them. Using >><http://jakarta.apache.org/commons/beanutils/api/org/apache/commons/beanuti >> >l > >>s/MappedPropertyDescriptor.html> MappedPropertyDescriptor . I don't know >> >how > >>to work this thing. >> >>Thanx. >> >> > > > >-- >To unsubscribe, e-mail: ><mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: ><mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

