GitHub user stevelowery opened a pull request:

    https://github.com/apache/wicket/pull/19

    Added setItemsPerPage(long) on IPageableItems

    The 3 implementations of IPageableItems (AbstractPageableView, DataTable, 
and PageableListView) already had the methods on them.  Only had to add the 
method on the interface.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/stevelowery/wicket master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/wicket/pull/19.patch

----
commit df279d82753fc68b627fd43f08afddba36467249
Author: slowery <[email protected]>
Date:   2012-08-22T11:13:28-07:00

    Added setItemsPerPage() method to IPageableItems and changed the method on 
PageableListView to accept a long instead of an int

----

Reply via email to