you need to call replace(userstable) so that your new instance gets put into the component hierarchy.
-igor On Fri, Apr 24, 2009 at 1:19 AM, alf.redo <[email protected]> wrote: > > > igor.vaynberg wrote: >> >> datatable does not support changing columns, something on a todo list >> to fix in 1.5. for now you can just recreate the datatable itself. >> > > Hi Igor, > thank you for the answer. > In my code I recreate the datatable in the AjaxFallbackLink#onClick method, > as you can see in my starting topic. What is the mistake? > > Thank you again... > > alf > > -- > View this message in context: > http://www.nabble.com/datatable-columns-shuffle-tp23199789p23211966.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
