Re: Scope attribute in useBean tag

2001-01-31 Thread Ingeniero Atilio Ranzuglia Buteler
How can you say that?? The scope attribute is really important, in every jsp course it is teached. Page means scope for that page only Request means scope for the entire request Session means scope for the session with the webserver All three are for one client The last, application means for th

Re: Scope attribute in useBean tag

2001-01-30 Thread Hung Yee
Take a look at this link for JSP 1.0 and 1.1 syntax: http://www.java.sun.com/products/jsp/technical.html -Original Message- From: Tosa, Alex [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 30, 2001 10:16 AM To: [EMAIL PROTECTED] Subject: Re: Scope attribute in useBean tag Santosh

Re: Scope attribute in useBean tag

2001-01-30 Thread Peter Bishop
. Hope that helps. -Pete -Original Message- From: Tosa, Alex [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 30, 2001 1:16 PM To: [EMAIL PROTECTED] Subject: Re: Scope attribute in useBean tag Santosh, What JSP book are you using? In mine they don't say anything about "scope&

Re: Scope attribute in useBean tag

2001-01-30 Thread Tosa, Alex
Tuesday, January 30, 2001 11:54 AM To: [EMAIL PROTECTED] Subject: Scope attribute in useBean tag Hi , In the following tag, Can anybody tell me what's the significance/importance of "scope" attribute ? Whats the difference between scope=page an

Scope attribute in useBean tag

2001-01-30 Thread Salian, Santosh (GXS, TCS)
Hi , In the following tag, Can anybody tell me what's the significance/importance of "scope" attribute ? Whats the difference between scope=page and scope=session ? Regards, Santosh === To unsubscribe: mailto [EMAIL PROT