Posted By:
Lee_KF
Posted On:
Tuesday, November 26, 2002 05:29 PM
I have a record with 200+ fields(in a ResultSet), and I want to dispaly it across multiple JSP pages(etc, 100 fields per page). How do i "pass" the Resulset from 1 JSP page to another ? I "get" the ResulSet(from a bean) in my 1st JSP page and display 100+ fields , and pass it to 2nd page to display the rest.
I only want to make one connection to database(in my 1st JSP page).
Thanks in advance