Hi Kristian, Could you post your code for "getMemberUsersRecordCount" ?
Maybe you have something like offset*AppConstants.PAGING_COUNT which makes DataProvider.size() larger than actual data available. - Henry On Thu, Mar 4, 2010 at 1:49 AM, kristian_widjaja < [email protected]> wrote: > > Hi Bob, > > I was doing a litle magic and it fixed already, just did by setting the > value of 'pageSize' property from click.Table the same as my own variable > page size 'PAGING_COUNT'. It works fine now. > > But why is that the values of those variable has to be the same? > > Regards, > Kristian W. > -- > View this message in context: > http://n2.nabble.com/Table-throws-exception-when-the-amount-of-retrieved-data-is-less-than-its-page-size-tp4672850p4673295.html > Sent from the click-user mailing list archive at Nabble.com. >
