Hi all!
i'm having a small problem.
i tried to return a ResultSet from my bean to my JSP
and then use the Resultset to display some info.
However, even before the page could be displayed, i got a message from my Dr. Watson 
for Windows NT that there is some violation by java.exe, and my JSWDK server stopped.
I removed all code pertaining to retrieving data,( i.e. rs.next() ...) from my JSP, 
and now i'm just receiving the ResultSet, yet the problem persists.

However, when i shift the entire fn. from my bean to my JSP, that is, implement the 
same code from my JSP directly without using beans, there is no problem.

Anyone got any ideas??
Please reply ASAP.
Thanx

varun

===========================================================================
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