How can I get the Connection in JSF?
Hello,The code below is not working.Connection conn = tblusersRowSet.getConnection();Statement stmt = conn.createStatement();ResultSet results = stmt.executeQuery(query);How can I use a current connection in jCreator?ThanksFrank