Re: PageableListView with PagingNavigator

2008-10-31 Thread Igor Vaynberg
strange, create a quickstart and attach it to a jira issue. -igor 2008/10/31 Milan Křápek <[EMAIL PROTECTED]>: > Yes. After any operation (add/remove) item I reload the page. I do not use > Ajax refreshing, but I use setResponsePage method and my ListView model is > LoadabledetachableModel so t

Re: PageableListView with PagingNavigator

2008-10-31 Thread Milan Křápek
Yes. After any operation (add/remove) item I reload the page. I do not use Ajax refreshing, but I use setResponsePage method and my ListView model is LoadabledetachableModel so the data are reloaded. And the size of loaded data is 10, not 11. The ListView is shown on the second page that is empt

Re: PageableListView with PagingNavigator

2008-10-31 Thread Igor Vaynberg
when you remove the item does your list still contain 11 items? because the page view should go back to the last page if this happens automatically. -igor On Fri, Oct 31, 2008 at 7:05 AM, Milan Křápek <[EMAIL PROTECTED]> wrote: > Hi I need a litle bit help. > In my application I have several Pag

PageableListView with PagingNavigator

2008-10-31 Thread Milan Křápek
Hi I need a litle bit help. In my application I have several PageableListViews. I set the number of items on one page to 10. And add some functionality that hides pagingNavigator when items.size <= 10 and show the pagingNavigator when I have more than 10 items. But I have one problem with it.