Re: AjaxFallbackDefaultDataTable problem

2009-03-17 Thread Jason Rosenberg
-- View this message in context: http://www.nabble.com/AjaxFallbackDefaultDataTable-problem-tp21204443p22556499.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

AjaxFallbackDefaultDataTable problem

2008-12-29 Thread Björn-Peter Tietjens
Hi there, I would need some help on the AjaxFallbackDefaultDataTable please. I am using this AjaxFallbackDefaultDataTable to display entries from a database using hibernate and a SortableDataProvider. I inserted a Action column to delete entries. My ActionPanel adds a link and overwrites its

Re: AjaxFallbackDefaultDataTable problem

2008-12-29 Thread James Carman
Are you using an AjaxLink to do the delete? If so, are you adding the table to the ajax request target, so that it gets updated? On Mon, Dec 29, 2008 at 10:15 AM, Björn-Peter Tietjens bjor...@web.de wrote: Hi there, I would need some help on the AjaxFallbackDefaultDataTable please. I am

Re: AjaxFallbackDefaultDataTable problem

2008-12-29 Thread Björn Tietjens
Hi thanx for your help. I just forgot to update the datasource for the table before calling modelChanged() Cheers B James Carman schrieb: Are you using an AjaxLink to do the delete? If so, are you adding the table to the ajax request target, so that it gets updated? On Mon, Dec 29, 2008 at