Hi Robert -----Original Message----- Is it possible to create a h:dataTable that has two HTML rows per row of
data? Its just that I want to display a long message that wont fit next to all the other columns, as hoping it might be possible to display it under the row. -----/Original Message----- I think you will need a custom renderer for one of the data-tables. (have considered the same stuff for similar user-requirements) You would not have to do all the stuff... when you extend the original renderer. Just look at the code of the renderer... it is so obvious what to do... once you decide yourself to go that road... hth Alexander PS: if you need more details, come online in the ##jsf chat

