Re: GridPager with go to a choosen page number

2010-04-14 Thread Christophe Cordenier
Hi 2010/4/14 TNO > Ok I dit it, but in another simpliest way > > I create a form with a textfield in my Grid component. I inject the value > in the Grid with setCurrentPage > Nice > > thats'all > > thanks > > > Le 14/04/2010 17:15, TNO a écrit : > > Any example, please... >> >> Le 14/04/201

Re: GridPager with go to a choosen page number

2010-04-14 Thread TNO
Ok I dit it, but in another simpliest way I create a form with a textfield in my Grid component. I inject the value in the Grid with setCurrentPage thats'all thanks Le 14/04/2010 17:15, TNO a écrit : Any example, please... Le 14/04/2010 16:58, Christophe Cordenier a écrit : Hi 2010/4/1

Re: GridPager with go to a choosen page number

2010-04-14 Thread TNO
Any example, please... Le 14/04/2010 16:58, Christophe Cordenier a écrit : Hi 2010/4/14 TNO Hi everybody, I'm working on display a huge list (60 000 elements) with 20 per page. I've defined my own GridDataSource to get only the data that I display in a classic Grid component. It's very e

Re: GridPager with go to a choosen page number

2010-04-14 Thread Christophe Cordenier
Hi 2010/4/14 TNO > Hi everybody, > > I'm working on display a huge list (60 000 elements) with 20 per page. > I've defined my own GridDataSource to get only the data that I display in a > classic Grid component. > It's very easy and it works fine ! Thanks to Tapestry... > > But now, I want to ad

GridPager with go to a choosen page number

2010-04-14 Thread TNO
Hi everybody, I'm working on display a huge list (60 000 elements) with 20 per page. I've defined my own GridDataSource to get only the data that I display in a classic Grid component. It's very easy and it works fine ! Thanks to Tapestry... But now, I want to add a textfield and a button (go