You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Su...@epamail.epa.gov on 2001/06/01 17:06:57 UTC

Bean Persistence

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