Re: Nested Beans

2005-05-20 Thread Hubert Rabago
Works for me. If you want, I can send you code later in the day. (Will be busy for most of the afternoon). Or, you can post more of your code and maybe someone else will spot something. Hubert On 5/20/05, Brandon Mercer <[EMAIL PROTECTED]> wrote: > Hubert Rabago wrote: > > >You might find the

Re: Nested Beans

2005-05-20 Thread Brandon Mercer
Hubert Rabago wrote: >You might find the nested tags interesting: > ><%@ taglib uri="/WEB-INF/struts-nested.tld" prefix="nested" %> > > > > > > > > > > > > Still a bit miffed. I'm not sure if it's beanutils that is not copying the List into the new bean... or i

Re: Nested Beans

2005-05-20 Thread Brandon Mercer
Hubert Rabago wrote: >You might find the nested tags interesting: > ><%@ taglib uri="/WEB-INF/struts-nested.tld" prefix="nested" %> > > > > > > > > > > > >Hubert > > Looks like what I want to do. I'll go check it out, thanks for the link. Brandon

Re: Nested Beans

2005-05-20 Thread Hubert Rabago
You might find the nested tags interesting: <%@ taglib uri="/WEB-INF/struts-nested.tld" prefix="nested" %> Hubert On 5/20/05, Brandon Mercer <[EMAIL PROTECTED]> wrote: > Hello Everyone, > I've got an easy one, that is stupifying me because of my tiredn