resultset « Datatable « JSF Q&A





1. How to correctly use ResultSet with h:dataTable    stackoverflow.com

The problem is, that after displaying the ResultSet with h:dataTable, the connection is left open. If I close it, it closes the ResultSet too. I'm thinking about copying the ResultSet data ...