Hello.

Please tell me if any of theses affirmation are wrong.

Scope=Page means that each bean in jsp:useBean have its own instance !
Scope=Request is the same

Scope = session,  means that each bean asked with jsp:useBean creates a
new instance if it is not in an already known (by the server) session...

Scope = application means that the bean is only created 1 time for all
jsp that uses this bean.


If all this is ok, can anyone explain me why IE5 doesn't create the
session !!

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to