RE: LazyActionForm

2004-07-24 Thread Mohammad Shoaib
l Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Friday, July 02, 2004 7:09 PM To: Struts Developers List Subject: Re: LazyActionForm I have submitted LazyDynaBean and LazyDynaClass to commons beanutils. http://issues.apache.org/bugzilla/show_bug.cgi?id=29879 The version of L

Re: LazyActionForm

2004-07-02 Thread Niall Pemberton
rows 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

Re: LazyActionForm

2004-07-01 Thread Ted Husted
Since the LazyActionForm <http://www.niallp.pwp.blueyonder.co.uk/> can be validated like any other ActionForm, I don't see the basis for a technical objection. In the documentation, we would want to *strongly* recommend using the validated version, and remind people it is a *bad*

Re: LazyActionForm

2004-06-29 Thread Niall Pemberton
I'm happy to put it into Struts but other committers may object on the basis that one of the ActionForm's functions is to act as a 'firewall' between the Request and the Action - the 'LazyActionForm' circumvents this with all the request parameters being populated

LazyActionForm

2004-06-29 Thread Matthias Wessendorf
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