Re: Stateless pagination

2013-08-05 Thread Martin Grigorov
Hi, All you have to do is to use BookmarkablePageLink in the navigator. Use PageParameters to set the current page. On Mon, Aug 5, 2013 at 11:30 AM, Raul wrote: > Hello, anyone has done any component that is a stateless paginator, I read > this tutorial, > http://letsgetdugg.com/2009/05/27/wic

Re: Stateless pagination

2011-08-08 Thread Vytautas
true, it's not 100% stateless :)removing configurable items per page would make it stateless. On 08/08/2011 07:01 PM, jcgarciam wrote: Just for the record, using HttpSession makes your application already stateful as well. On Mon, Aug 8, 2011 at 10:21 AM, Vytautas Racelis-2 [via Apache Wicket

Re: Stateless pagination

2011-08-08 Thread jcgarciam
Just for the record, using HttpSession makes your application already stateful as well. On Mon, Aug 8, 2011 at 10:21 AM, Vytautas Racelis-2 [via Apache Wicket] < ml-node+3726961-1182509707-65...@n4.nabble.com> wrote: > Hi, > I guess you might be interested in this: > > > https://xaloon.googlecod

Re: Stateless pagination

2011-08-08 Thread Vytautas R.
Hi, I guess you might be interested in this: https://xaloon.googlecode.com/svn/trunk/xaloon-wicket/xaloon-wicket-components/src/main/java/org/xaloon/wicket/component/navigation/BookmarkablePagingNavigator.java it's a bookmarkable navigator example with abitility to change items per page and it i