On Thu, 9 Jan 2003, ashokd wrote:

> Date: Thu, 9 Jan 2003 03:24:52 +0530
> From: ashokd <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>
> To: Struts Users Mailing List <[EMAIL PROTECTED]>
> Subject: Doubt Regarding Form Scope In Struts
>
> Hi,
>
> I observed that Form scope is setting at actionMappings (in
> struts-config.xml).
>
> Is their any way to set the scope of the form.
>

That's what the "scope" attribute on an <action> element is for.  Set it
to "request" or "session" to define which scope you want this form bean to
be created in.

> Thanks in Advance,
> Ashok.D

Craig



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

Reply via email to