RE: lifetime of ActionForm objects

2004-08-12 Thread Jim Barrows
> -Original Message- > From: Woodchuck [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 12, 2004 9:29 AM > To: Struts Users Mailing List > Subject: RE: lifetime of ActionForm objects > > > > --- Jim Barrows <[EMAIL PROTECTED]> wrote: > &

RE: lifetime of ActionForm objects

2004-08-12 Thread Woodchuck
--- Jim Barrows <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: Woodchuck [mailto:[EMAIL PROTECTED] > > Sent: Thursday, August 12, 2004 7:24 AM > > To: struts > > Subject: lifetime of ActionForm objects > > > > >

RE: lifetime of ActionForm objects

2004-08-12 Thread Jim Barrows
> -Original Message- > From: Woodchuck [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 12, 2004 7:24 AM > To: struts > Subject: lifetime of ActionForm objects > > > the following is my understanding, can someone please verify that i > have it correct? &g

lifetime of ActionForm objects

2004-08-12 Thread Woodchuck
the following is my understanding, can someone please verify that i have it correct? - when a form is first submitted, Struts will create an instance of the ActionForm and then attempt to populate the submitted field data via the JavaBean convention into the ActionForm object - this ActionFor