Intermixed...

> -----Original Message-----
> From: Brahme, Supriya (ENJ) 
> [mailto:[EMAIL PROTECTED]] 
> Sent: Friday, January 31, 2003 2:43 PM
> To: [EMAIL PROTECTED]
> Subject: Basic questions on ActionForm & Session time-out
> 
> 
> Hi,
> I am new to Struts. I have some simple basic questions..
> 1. If we extend the ActionForm & define scope of the new 
> class to = 'REQUEST', will all the extended ActionForm 
> classes from this class have = scope Request? 

No.  You typically specify the scope of a form-bean in the struts-config.  What this 
means is that an instance of the form-bean is placed in the session or the request 
with the key equal to the value of the "name" attribute.

> 2. How do we define session time-out parameter in Struts? 

Like you would with any Servlet-based application; in the web.xml

> Thanks Supriya
> 
>  

Sri

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

Reply via email to