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!

Pagination navigation bar return incorrect page number?

RagupathiNov 25 2016 — edited Dec 8 2016

Hi All,

I'm using Jdeveloper 11.1.1.7.

I have implemented the pagination using this url(https://blogs.oracle.com/jdevotnharvest/entry/table_pagination_with_jdeveloper_11 ). This sample application working perfectly but i have noticed one issue in that sample. In the below navigation bar displaying the pages like 1,2,3,4,5,5. But acually it should like 1,2,3,4,5.

This problem appear only 101 to 125 records, if more than 125, navigation bar return correct page numbers. Also If I click 3,4 or 5 then second 5 disappears from the navigation bar. Please guide me how to resolve this issue.

Ex screenshot for page number 1,2,3,4,5,5.

Image1.png

Ex screenahot for 1,2,3,4,5

comp.png

Regards

Ragu.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 5 2017
Added on Nov 25 2016
3 comments
282 views