On 4/4/06, Frank Silbermann <[EMAIL PROTECTED]> wrote:

If the value of "count" in "Iterator IDataProvider.iterate(first,count)" depends upon the results returned by "int IDataProvider.size()"  that would explain my problem, because the value of "count" would have been based on obsolete information (it would be based on the previous query).  I am wondering whether this is the cause

size() is to return the /total/ number of rows available. count is the number of rows you should return for the window. if you set max of 10 rows per page on the datatable then count will always be 10 except for the last page where it can be less.

-Igor



Reply via email to