Hi guys,

I have this DBConnectionManager class that manages the connection pooling.
It has this method to get some results from the database.

So my action form make use of the method to get the resultset and tries to
display on the jsp page.
But the method would close the connection after i query the database thus my
resultset is lost.

What should be the correct way of returning a resultset to the action page?

Thanks.

Reply via email to