Accoring to my understanding Data Members of SessionBeans in JSP should be
serializable. So ResultSet and Connection Objects cannot be Members of
Session Beans.  Am i right in Saying that?

Yet when i include resultset objects as members of session beans, the
resultset(inside a sessionbean) created by one page are accessible thru
another page(Both pages make use of the Bean tag).  I am assuming that
Jrun(which i use) employs serialization to achieve this.

How is that possible if Resultsets are not serializable.

Appreciate your inputs

Sanjay

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to