I have submitted LazyDynaBean and LazyDynaClass to commons beanutils.

   http://issues.apache.org/bugzilla/show_bug.cgi?id=29879

The version of  LazyDynaBean posted on my web site only dealt with "simple"
properties, but the version submitted to commons now handles mapped and
indexed properties in a "Lazy" way.

Setting a 'mapped' property now adds the mapped property and instantiates a
Map if it doesn't exist.

Setting an 'indexed' property now adds a List property and instantiates a
List if it doesn't exist. Also automatically grows Lists or Arrays if they
are not big enough to accomodate the index being set.

Niall


----- Original Message ----- 
From: "Matthias Wessendorf" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 29, 2004 2:22 PM
Subject: LazyActionForm


> Hello,
>
> are there plans to integrate LazyActionForm form
> Nial Pemberton in to struts (or in contrib) ?
>
> since nial is a commiter and it is usefull
> to have that functionality *directly* in framework...
>
> regards,
> Matthias
>
>
> ---------------------------------------------------------------------
> 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