I've run into a couple of issue with the GridView class in the Wicket-Extensions version 1.1 release:
  1. You have to explicitly set the rows per page because the default is set to 1.  When I set the rows to Integer.MAX_VALUE I get:

    java.lang.IllegalArgumentException: Argument [itemsPerPage] cannot be less then 1

  2. When I create a new GridView and then call getPageCount() on it, it always comes out as 0.  This method was working correctly when I was using the PageableGridView from the wicket-stuff project.
Should I file bugs for these or am I missing something?

Thanks,

Andrew

Reply via email to