cancel
Showing results for 
Search instead for 
Did you mean: 

JSP Pagination

Former Member
0 Kudos

Hi All,

Is there a built-in plugin in Netweaver Studio to allow for pagination in JSP when the result set is large? I am developing a J2EE application, not using WebDynpro.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

When you mean pagination, you would like to see the result set to be displayed in a set of say n elements per page or do you have any thing different in mind..

And since you are using J2ee.. may be you can save the resultset in a session variable and then print n objects from the result set. you can save the resultset into an arraylist or vectors or whichever you feel compartfable with.