Re: Indexed Properties and Lazy List behaviour

2004-10-02 Thread Hubert Rabago
- 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 array of beans, instead of just an array of strings. An example would be a form bean

RE: Indexed Properties and Lazy List behaviour

2004-10-01 Thread David Suarez
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 ActionForm. http://wiki.apache.org/struts

Re: Indexed Properties and Lazy List behaviour

2004-10-01 Thread Hubert Rabago
=org.apache.struts.validator.LazyValidatorForm/ /form-bean 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 properties and implement lazy list behaviour in an ActionForm. http://wiki.apache.org/struts

Re: Indexed Properties and Lazy List behaviour

2004-10-01 Thread Niall Pemberton
-property name=skills type=myPackage.CustomLazyBean[]/ /form-bean Niall - Original Message - From: 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

Re: Indexed Properties and Lazy List behaviour

2004-10-01 Thread Hubert Rabago
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 indexed property itself an array or list of Lazy*Form objects? form-bean name=skillForm type

Re: Indexed Properties and Lazy List behaviour

2004-10-01 Thread Niall Pemberton
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 subclass, then I'd just use LazyValidatorForm or its subclass, right? In which case

Re: Indexed Properties and Lazy List behaviour

2004-10-01 Thread Hubert Rabago
- but lifes busy :-( Niall - 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 subclass

Re: Indexed Properties and Lazy List behaviour

2004-10-01 Thread Niall Pemberton
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 array of beans, instead of just

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