[jboss-jira] [JBoss JIRA] Created: (JBAS-7082) <h:dataTable> with multiple column with single row is not working
anil kumar (JIRA)
jira-events at lists.jboss.org
Tue Jul 7 08:37:51 EDT 2009
<h:dataTable> with multiple column with single row is not working
-----------------------------------------------------------------
Key: JBAS-7082
URL: https://jira.jboss.org/jira/browse/JBAS-7082
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: JBossAS-5.1.0.GA
Environment: windows
Reporter: anil kumar
<h:dataTable id="advScreenConfigId" value="#{HeaderBean.records}" var="screenConfig" >
<h:column>
<h:outputText value="#{screenConfig.displayTitle}"> </h:outputText>
</h:column>
</h:dataTable>
this {HeaderBean.records}, will generate some 6 records.These records are displaying one by one , now its showing in 6 rows. I want all these in single row. I tried using facet but didn't work . Please suggest me on this.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list