>> You could also backport this feature to the t:dataTable. >> Should be pretty simple if it's already part of the 1.2 branch. >> >> Mike > >Mike, I will look into back porting this feature. > >Brad >
Backporting may be more than just a quick commit. I seem to remember the code for printing the <table> element to be in the shared module. This means if you add it to t:dataTable, it ends up in h:dataTable also. If h:dataTable is to remain compliant with the JSF reference imlementation, something trickier would have to be done. Dennis Byrne

