h:dataTable doesn't support row span or column span (except as footer/header facets).
You might be able to get the behavior you want by using t:dataList with layout=simple which provides JSF iteration of a collection, but leaves the rendering of the results to your code. On 11/9/05, Jeffrey Porter <[EMAIL PROTECTED]> wrote: > > > > > > Hello all, > > > > I'd like to have a data table that instead of just showing columns of data, > uses row span. > > > > The aim is to create a table like⦠> > > > http://www.porter.eu.com/jeff/table.JPG > > > > Is this possible with h:dataTable ? > > > > Thanks > > Jeff >

