A working example if needed :
Route Edit ${routeEditChangedIndicator}
Create
Update
Delete
Route Id: ${routeId}
Selected ts2Id: ${ts2Id}
Route length: ${routeLengthInKmFormatted} km
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
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
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
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