Re: Dataview: need message nothing found

2012-08-20 Thread Delange
(norecordsFound, table)); -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Dataview-need-message-nothing-found-tp4651337p4651369.html Sent from the Users forum mailing list archive at Nabble.com

Re: Dataview: need message nothing found

2012-08-20 Thread Igor Vaynberg
); table.addBottomToolbar(new NavigationToolbar(table)); form.add(table); form.add(new NoRecordsContainer(norecordsFound, table)); -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Dataview-need-message-nothing-found-tp4651337p4651369.html Sent

Dataview: need message nothing found

2012-08-17 Thread Delange
Hi, when my dataview (with selections) does not return any result, it doesn't say anything. How can i return a message that there are no results found. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Dataview-need-message-nothing-found-tp4651337.html Sent from

Re: Dataview: need message nothing found

2012-08-17 Thread Igor Vaynberg
, Delange delan...@telfort.nl wrote: Hi, when my dataview (with selections) does not return any result, it doesn't say anything. How can i return a message that there are no results found. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Dataview-need-message