This could be accomplished with any of the existing simple "repeat"
based component by nesting them.
a4j:repeat Ajax4jsf
ui:repeat Facelets
t:dataList Tomahawk.
g:repeat Gravel
etc.
Mike
On Nov 30, 2007 11:25 AM, Ryan Lubke <Ryan.Lubke_at_sun.com> wrote:
> 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.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_javaserverfaces.dev.java.net
> For additional commands, e-mail: users-help_at_javaserverfaces.dev.java.net
>
>