http://myfaces.apache.org/tomahawk/newspaperTable.html probably does what you need.
On 1/6/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Does anyone know of an existing component that would > allow a list (or array, collection, whatever) of > <h:panelGroup> to be added to a <h:panelGrid>? > That is, the backing bean has an ArrayList of objects > (beans) to place in the cells, continuously in a table, > left to right, then starting a new row when necessary. > Sort of like the <h:datatable> has a list of rows. > The List is fixed, so I could hard code the objects in > the jsp, but there are 45 of them, so I'd rather not. > I looked in the jsfcentral list of components, but couldn't > find anything. > If not, would this component be difficult to write? > > Thanks, > Lance > > > >

