jsf table
hi all, i am new to jsf and i want to create a table displaying five text boxes in two different columns using jsf component. ihave created a table using datatable tag but it is not displaying the table in browser. where i am wrong? plz guide me.thanks in advance.
[285 byte] By [
paridaa] at [2007-11-27 6:15:44]

# 1
If the collection or datamodel behind the h:dataTable value="" is empty, then you'll indeed see nothing (expect of the headers, if any).If you want just a static plain table, use h:panelGrid instead.