Accessing an existing JavaBean from a servlet
Hi folks,
I have created a JavaBean with session scope in a JSP and now want to pass this to an existing servlet where several of the methods will be needed, but I don't know how to make the servlet see the Bean. I know that in a JSP you would just use jsp:useBean, but what is the corresponding method of access in a servlet?
TIA,
Raj.

