On 2/16/06, Johan Compagner <[EMAIL PROTECTED]> wrote:
why would it the PageableListView have to know that?
The navigator n eeds to know that and that one just compared: list.getCurrentPage() == my ownpage.
johan
On 2/16/06, Ayodeji Aladejebi <[EMAIL PROTECTED] > wrote:The wicket.markup.html.list.PageableListView is quite handy.but why are these two methods not includedboolean isLastPage()boolean isFirstPage()Wont this hasten visibility decision of the Next | Previous Button in a Paged Listing?