1) For now if there is not record, look like it is using
NoRecordsToolbar() and show "No Records Found" messages with column
hander, can I instead just show nothing? May be an empty table without
even a <TR>?
dont use the DefaultDataTable, create your own baseclass that doesnt add the norecordstoolbar, or alternatively override isvisible() on the datatable and return false if there are no records.
2) If there anyway to add a <CAPTION> tag to the table?
you can create a subclass of the datatable and provide your own markup. just make sure it aligns with the current markup.
-igor
On 11/15/06, Igor Vaynberg < [EMAIL PROTECTED]> wrote:
> see addTopToolbar(), addBottomToolbar() and the constructor of
> DefaultDataTable
>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user