Re: Dataview: need message nothing found

2012-08-20 Thread Igor Vaynberg
HeadersToolbar(table, > kostenOVProvider)); > table.addTopToolbar(filterToolbar); > table.addBottomToolbar(new NavigationToolbar(table)); > form.add(table); > form.add(new NoRecordsContainer("norecordsFound", table)); >

Re: Dataview: need message nothing found

2012-08-20 Thread Delange
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

Re: Dataview: need message nothing found

2012-08-17 Thread Igor Vaynberg
, Delange 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 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 fro