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="org.apache.struts.validator.LazyValidatorForm>
        <form-property name="skills"
            type="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/StrutsCatalogLazyList
> 
> There are three possible solutions to lazy list beviour on that page - but
> since I'm only using LazyDynaBeans myself, I would appreciate if anyone
> using either the Commons Collections LazyList or hand cranked lazy lists
> would take a look to see if what I posted looks right.
> 
> Niall
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to