Re: Indexed Properties and Lazy List behaviour

2004-10-02 Thread Hubert Rabago
levels of > indexed beans to your hearts content. > > Niall > > - Original Message - > From: "Hubert Rabago" <[EMAIL PROTECTED]> > Subject: Re: Indexed Properties and Lazy List behaviour > > > My understanding of the question on the user list

Re: Indexed Properties and Lazy List behaviour

2004-10-01 Thread Niall Pemberton
1...n levels of indexed beans to your hearts content. Niall - Original Message - From: "Hubert Rabago" <[EMAIL PROTECTED]> Subject: Re: Indexed Properties and Lazy List behaviour > My understanding of the question on the user list was for a form which > contained an

Re: Indexed Properties and Lazy List behaviour

2004-10-01 Thread Hubert Rabago
n interacts with FormDef - hence my questions at the > top. > > Sorry, should have got round to giving FormDef a go - but lifes busy :-( > > Niall > > > > - Original Message - > From: "Hubert Rabago" <[EMAIL PROTECTED]> > To: "Struts

Re: Indexed Properties and Lazy List behaviour

2004-10-01 Thread Niall Pemberton
Original Message - From: "Hubert Rabago" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, October 01, 2004 9:43 PM Subject: Re: Indexed Properties and Lazy List behaviour > But if I need it to be a DynaActionForm subclas

Re: Indexed Properties and Lazy List behaviour

2004-10-01 Thread Hubert Rabago
"Hubert Rabago" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Sent: Friday, October 01, 2004 8:07 PM > Subject: Re: Indexed Properties and Lazy List behaviour > > > In 2.3 of StrutsCatalogLazyList, it uses

Re: Indexed Properties and Lazy List behaviour

2004-10-01 Thread Niall Pemberton
MAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, October 01, 2004 8:07 PM Subject: Re: Indexed Properties and Lazy List behaviour > In 2.3 of StrutsCatalogLazyList, it uses a Lazy*Form flavor to hold an > indexed property. Can the in

Re: Indexed Properties and Lazy List behaviour

2004-10-01 Thread Hubert Rabago
In 2.3 of StrutsCatalogLazyList, it uses a Lazy*Form flavor to hold an indexed property. Can the indexed property itself an array or list of Lazy*Form objects? On Fri, 1 Oct 2004 00:17:40 +0100, Niall Pemberton <[EMAIL PROTECTED]> wrote: > I've set up this wiki page showing how to use indexed

RE: Indexed Properties and Lazy List behaviour

2004-10-01 Thread David Suarez
Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Thursday, September 30, 2004 6:18 PM To: Struts Users Mailing List Subject: Indexed Properties and Lazy List behaviour I've set up this wiki page showing how to use indexed properties and implement lazy list behaviour in an ActionF

Indexed Properties and Lazy List behaviour

2004-09-30 Thread Niall Pemberton
I've set up this wiki page showing how to use indexed properties and implement lazy list behaviour in an ActionForm. http://wiki.apache.org/struts/StrutsCatalogLazyList There are three possible solutions to lazy list beviour on that page - but since I'm only using LazyDynaBeans myself, I would ap