Hi. I am trying to display data in a table by using the tableView taglib in a jsp page. i have some problem with navigation. i have 6 records and would like to display them in 2 pages, with 3 records per page. on the footer, it shows "Page 1/2" at the beginning. when i click on the navigation button, it shows "Page 1/4", and the table still shows the 1st 3 records and not the 4th, 5th and 6th records. i only set visibleRowCount = "3" in my jsp page. May i know how to correct the navigation problem?
and i'm confused with rowcount, visiblefirstrow and visibleRowCount. Any help?
thanks.