Have a look at the Sortable DataTable: https://cwiki.apache.org/confluence/display/WICKET/Simple+Sortable+DataTable+Example
It has a build in message for when there are no results matching your filter or the model is empty. You can override it to display your own custom message as well. On Sat, Jun 21, 2014 at 9:11 AM, K <kondetiudayki...@gmail.com> wrote: > Hi > > I am trying to build a web application in which i have to display list of > items on search... > > this part has been done but i have to add a errror message in the same page > if the search result comes out null... > > I am using DataView for displaying the results. using condition in java is > simple but for the unreachable id that i mention in condition the mark up > is > not being rendered if the condition is true. > > any help is well appriciated... > > Thanks > > > ----- > > K > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Feedback-Error-message-tp1874404p4666330.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > >