[Wicket-user] Editable DataTable with Paging

2007-02-01 Thread Tim Lantry
Is there a way to update the property model when paging through a DataTable. Here's what I am trying to do. I have a Paged DataTable and some of the columns contain a TextField. I want the user to be able to enter data in the text fields and be able to page through the data. When they are

Re: [Wicket-user] Editable DataTable with Paging

2007-02-01 Thread Igor Vaynberg
the data is lost because paging navigator uses links to navigate and so doesnt submit the form. what you have to do is override the paging navigator or make your own to use submitlinks. then you can keep the changed data in an array somewhere until the submit button is pressed at which point you