3 Replies Latest reply on Jul 9, 2009 7:44 AM by hrbaer

    handling of empty tables

      Hi,

      is there a possibility to render an text instead of an empty table?!
      For example I don't want to show the table before s.o. uses a search button.

      Right know the "result"-table gets displayed right from the beginning - empty (only with header fields).
      One posibility to hide this table is to add the rendered attribute and only if my result list isn't empty I switch to true.

      But what I'm looking for is that instead of my table headers there is only a short information like "There aren't any results yet". Is that possible with RichFaces? (F.ex. the DisplayTableTag offers something like this)

      Thanks in advance!