Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to get pagination(next,previous buttons on ADF Table) in JSP Page

734612Feb 10 2010 — edited Feb 17 2010
Hi,
I have Developed one jsp page using JDeveloper 11g by drag and drop data control on jsp page.
While drag and drop i have taken ADF Table/ADF read only table.
this table is having 50 records and it is displaying all records at a time. but i want to show only 5 records at a time.
there is table property called "Range Size". the default value for this 25.but still it is displaying all records (more than 25) at a time.
even if i change that range size value to 5,but still it is displaying all records.
my intention is i need to get previous and next buttons on that table, so that i can view only 5 records at tome.
how can i achieve this?

Thanks in Advance,
Narendar.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 17 2010
Added on Feb 10 2010
5 comments
1,945 views