You could maybe do get("component path").setVisibilityAllowed(false), but
that isn't a good practice since it's coupling your code to an internal
string in the wicket component.AjaxFallbackDefaultDataTable really isn't doing much - just create your own custom table that extends DataTable, and add whatever components / behavior you want. That's the best way. -- Jeremy Thomerson http://www.wickettraining.com On Fri, Jan 2, 2009 at 10:06 AM, David Ojeda <[email protected]> wrote: > Hello Wicketeers, > > I am using an AjaxFallbackDefaultDataTable. I would like to have the > navigation panel as a bottom toolbar rather than a top toolbar. > Is there any way to do this, other than overriding its constructor so it > does not do addTopToolbar(...) ? > > Thank you, > David >
