I am currently calling a servlet that retrieves data from a database and
sets the instance variables for a number of beans.
My question is how do I make the beans available to the JSP?  I know in a
JSP I can set the scope of a bean to the session so other JSPs and servlets
can access it.  How do it do it from the other direction from a servlet to
a JSP or other servlets?

Jeff Sulman

Reply via email to