Hey guys!
Can someone please explain this to me:
pageContext.removeAttribute("dbcon",PageContext.SESSION_SCOPE);
"dbcon" is a JavaBean created by myself, and my scope is "application" NOT "session"... s-)
This piece of code is from an example from a book and I tried to make it suitable for my project (which includes connecting to a DB).
Thanx for your help...
frag patrick.metz@epost.de
Can someone please explain this to me:
pageContext.removeAttribute("dbcon",PageContext.SESSION_SCOPE);
"dbcon" is a JavaBean created by myself, and my scope is "application" NOT "session"... s-)
This piece of code is from an example from a book and I tried to make it suitable for my project (which includes connecting to a DB).
Thanx for your help...
frag patrick.metz@epost.de