• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

javabeans/jsp question

kaymin

Senior member
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.
 
Back
Top