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: What is the default scope of an ActionForm.

2003-07-10 Thread John Greenhill
Oops, I meant to say it's SESSION scope in 1.1. -Original Message- From: Ravi Garg [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 4:05 AM To: Struts Users Mailing List Subject: RE: What is the default scope of an ActionForm. I've tried this with my and used the same f

RE: What is the default scope of an ActionForm.

2003-07-10 Thread John Greenhill
k Dixit [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 4:28 PM To: Struts Users Mailing List Subject: Re: What is the default scope of an ActionForm. The default scope is REQUEST - Original Message - From: "Ravi Garg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]&g

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

2003-07-10 Thread Mark Lowe
gt; Sent: Thursday, July 10, 2003 4:28 PM RG> To: Struts Users Mailing List RG> Subject: Re: What is the default scope of an ActionForm. RG> The default scope is REQUEST RG> - Original Message - RG> From: "Ravi Garg" <[EMAIL PROTECTED]> RG> To: <[EMAIL

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

2003-07-10 Thread Dirk Markert
icaly RG> populates that portion of the screen RG> -Original Message- RG> From: Shashank Dixit [mailto:[EMAIL PROTECTED] RG> Sent: Thursday, July 10, 2003 4:28 PM RG> To: Struts Users Mailing List RG> Subject: Re: What is the default scope of an ActionForm. RG> The

RE: What is the default scope of an ActionForm.

2003-07-10 Thread Ravi Garg
EMAIL PROTECTED] Sent: Thursday, July 10, 2003 4:28 PM To: Struts Users Mailing List Subject: Re: What is the default scope of an ActionForm. The default scope is REQUEST - Original Message - From: "Ravi Garg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, Ju

Re: What is the default scope of an ActionForm.

2003-07-10 Thread Shashank Dixit
The default scope is REQUEST - Original Message - From: "Ravi Garg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 10, 2003 4:19 PM Subject: What is the default scope of an ActionForm. > Hi all, > can any of you tell me if I donnot specify

What is the default scope of an ActionForm.

2003-07-10 Thread Ravi Garg
Hi all, can any of you tell me if I donnot specify any scope of Form in Struts-config.xml then for which scope does the instance of form persists?? For example: What will be the scope of "TestingForm"? Regards, Ravi -