Try this: +++ grid.markAllItemsDirty(); grid.update(); // <- This adds the grid to AjaxRequestTarget, so target.addComponent(grid) is not necessary +++ Regards -- Marc Nuri
On Mon, Apr 18, 2011 at 10:15, GJT <[email protected]> wrote: > I am using wicket 1.4.16 and inmethod-grid 1.4.17 > > For example, I have a list of flights. I select every flight I want to > change. So I press a button which opens a modal window. There I change the > times of the selected flights. After saving, the table should load the new > data (target.addComponent(grid)). That's what I mean with refresh. > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Inmethod-Grid-Select-All-or-Reload-Grid-tp3456685p3456877.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
