Re[2]: What is the default scope of an ActionForm.

2003-07-10 Thread Craig R. McClanahan
t;[EMAIL PROTECTED]> > Subject: Re[2]: What is the default scope of an ActionForm. > > Hello Ravi, > > default is SESSION. It does indeed default to SESSION. Even though REQUEST would have been better, the original default (way back in the Struts 0.5 days) was session, and it wo

Re: Re[2]: What is the default scope of an ActionForm.

2003-07-10 Thread Mark Lowe
I'm not sure whether it defaults to session, I was under the impression it was scoped to the request, but as i pretty much always define the scope i wouldn't know. However when you scope to request the same can happen if redirect is set to false, as the action isn't a new request as such.. My g

Re[2]: What is the default scope of an ActionForm.

2003-07-10 Thread Dirk Markert
Hello Ravi, default is SESSION. *** RG> I've tried this with my and used the same for at more than 1 screen but what happens is that whenever it the property name is same as that already used in previous screen it automaticaly RG> po