Re: DataTable NavigationToolbar visibility problem

2009-08-28 Thread Michael Mosmann
Using wicket+wicket-extensions 1.4.0. How do I ensure that the nav toolbar reappears properly when the number of results become pageable again? use wicket 1.4.1 as it's a bug in wicket 1.4.0 mm:) - To unsubscribe, e-mail:

DataTable NavigationToolbar visibility problem

2009-08-27 Thread Aaron Hiniker
I have a DefaultDataTable that is sourcing data from a custom SortableDataTable. My size() and iterator() implementations are not cached, but are executing each on each call (I have confirmed that size() is getting called on each page render). My problem is: When I add a filter to my query that

Re: DataTable NavigationToolbar visibility problem

2009-08-27 Thread Maarten Bosteels
Hi, Can't really tell you what the solution is. But the wicket devs might be interested to know that I noticed the same problem in the wicket phonebook example. So at least reproducing the problem should be easy :-) http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-phonebook/ regards,