webtier@glassfish.java.net

<h:column> alignment is not working

From: <webtier_at_javadesktop.org>
Date: Wed, 08 Jul 2009 05:35:30 PDT

here is the sample code.
<h:dataTable id="data" ... value="#{itemBean.topList}" var="item"> <h:column> <h:outputText value="#{item.name}"/> </h:column> </h:dataTable>

The output is like this.
A
B
C
D

I want to align this output as A B C D.

Please suggest me on this solution.
[Message sent by forum member 'anilv' (anilv)]

http://forums.java.net/jive/thread.jspa?messageID=354631