I"m trying to acess a ResultSet from a javabean. A third class updates the ResultSet in the javabean, and then the JSP accesses the bean to get the ResultSet.
However, every time the jsp accesses the Bean, it seems to make a new instance of the bean, thereby makign the ResultSet =NULL and thus resuling in error.
i've worked on this for the past 5 hours and am losing my mind. Any help would be appreciated.
However, every time the jsp accesses the Bean, it seems to make a new instance of the bean, thereby makign the ResultSet =NULL and thus resuling in error.
i've worked on this for the past 5 hours and am losing my mind. Any help would be appreciated.