Drawing table means JSFThe table includes only the headers. After rendering is still a empty tag TBODYJSF: \[code\] <h:dataTable> <h:column> <f:facet name="header"> <hutputText value="http://stackoverflow.com/questions/12724871/col1" /> </f:facet> </h:column> <h:column> <f:facet name="header"> <hutputText value="http://stackoverflow.com/questions/12724871/col2" /> </f:facet> </h:column> </h:dataTable>\[/code\]html result:\[code\]<table> <thead> <tr> <th> <span>col1</span> </th> <th> <span>col2</span> </th> </tr> </thead> <tbody> </tbody></table>\[/code\]How to write JSF code that would did not created an empty TBODY element