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.

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

Regards
Ragu.