Does anybody know how to use the CachedRowSet to scroll through datasets without using
JSP scriptlets? All the examples I have found use scriptlets, but I want to do it with a JavaBean and not through scriptlets in my JSP pages. The scriptlet offerd in the articles is below:
This is used where Contacts points to a JavaBean that currently stores the ResultSet. How can I implement something like this into the Bean instead of the JSP?