users@javaserverfaces.java.net

Re: row oriented datatable

From: Ryan Lubke <Ryan.Lubke_at_Sun.COM>
Date: Fri, 30 Nov 2007 10:25:38 -0800

mjdenham wrote:
> Has anybody created a row oriented datatable (a datatable rotated 90
> degrees)? I would like to show the data across the screen rather than down.
>
> This is what I would like to do:
> <h:dataTable value="#{mybean.columnObjects}" var="col">
> <h:row>
> <h:outputText value="#{col.name}"/>
> </h:row>
> <h:row>
> <h:outputText value="#{col.address}"/>
> </h:row>
> </h:dataTable>
>
> Thanks
>
> Martin
>
Nothing like that exists in the basic renderkit. I'm not sure
if any other component set out there has anything like that.