Hi,

Where can I find documentation that acctually explains how the jsp:useBean
tag works ?

The Servlet API / JSP api are very complex. The JSP tag refrence does not
explain
the scope of the bean.

For example I know that if I have a bean residing in the session and I use
the usebean tag with
the scope set to session, jsp will check first if the bean lives in the
session and only then will it
try to create it.

What about page/ request and application scope ?

I know that some books explain how all this works, or I can look the
generated servlet code and
understand, but what my point is where can I find the docs on the Web ?
java.sun.com does not seem to have the docs explaning what I am looking for.

Thanks
Shahed.

PS : I found the answer to my questions by look at the book "Professional
JSP", but I hoped to
find them online !!


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

Reply via email to