On Thu, 10 Jul 2003, Dirk Markert wrote:

> Date: Thu, 10 Jul 2003 13:15:30 +0200
> From: Dirk Markert <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>,
>      Dr. Dirk Markert <[EMAIL PROTECTED]>
> To: Struts Users Mailing List <[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 would have broken backwards compatibility to change this.

My advice is to always be explicit in your <action> elements.

Craig

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to