RE: Making a grid's checkbox column preserve its checked state across pages

2016-02-27 Thread Svein-Erik Løken
A working example if needed : Route Edit ${routeEditChangedIndicator} Create Update Delete Route Id: ${routeId} Selected ts2Id: ${ts2Id} Route length: ${routeLengthInKmFormatted} km

RE: Making a grid's checkbox column preserve its checked state across pages

2016-02-20 Thread Lance Java
lcome. > > > > -Original Message- > From: Lance Java [mailto:lance.j...@googlemail.com] > Sent: Friday, February 19, 2016 14:10 > To: Tapestry users > Subject: Re: Making a grid's checkbox column preserve its checked state > across pages > > If you want the

RE: Making a grid's checkbox column preserve its checked state across pages

2016-02-19 Thread heph estos
states on paging, and restores them when going back to > the same grid page. Any suggestion or observation about this would be > welcome. > > > > -Original Message- > From: Lance Java [mailto:lance.j...@googlemail.com] > Sent: Friday, February 19, 2016 14:10 > To: T

RE: Making a grid's checkbox column preserve its checked state across pages

2016-02-19 Thread Davide Vecchi
grid page. Any suggestion or observation about this would be welcome. -Original Message- From: Lance Java [mailto:lance.j...@googlemail.com] Sent: Friday, February 19, 2016 14:10 To: Tapestry users Subject: Re: Making a grid's checkbox column preserve its checked state across pa

Re: Making a grid's checkbox column preserve its checked state across pages

2016-02-19 Thread Lance Java
If you want the values serverside, you'll need to POST the form when changing pages. You might find this difficult to achieve as paging is currently done as a GET request. The simplest solution would be to add a change event listener clientside and store the values on the client until the form is