A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Java
»
JSF
Author
Wrong rendering of p:datatable with f:facet
Sajjad cc
Greenhorn
Joined: Jul 19, 2011
Posts: 5
I like...
posted
Nov 30, 2011 00:16:40
0
p:datatable not render perfectly
<p:dataTable id="campaignSummaryTable" var="mout" value="#{campaignSummarySearchRes.summaryList}" height="500" scrollable="true" > <p:column ><f:facet name="header">Campaign Code</f:facet><h:outputText value="#{mout.shortCode}"/> </p:column> <p:column ><f:facet name="header">Message</f:facet><h:outputText value="#{mout.message}"/> </p:column> <p:column ><f:facet name="header">Option 1</f:facet><h:outputText value="#{mout.option1}"/> </p:column> <p:column ><f:facet name="header">Option 2</f:facet><h:outputText value="#{mout.option2}"/> </p:column> <p:column ><f:facet name="header" >Option 3</f:facet><h:outputText value="#{mout.option3}"/> </p:column> <p:column ><f:facet name="header">Option 4</f:facet><h:outputText value="#{mout.option4}"/> </p:column> <p:column ><f:facet name="header">Other</f:facet><h:outputText value="#{mout.other}"/> </p:column> </p:dataTable>
I agree. Here's the link:
jrebel
subject: Wrong rendering of p:datatable with f:facet
Similar Threads
Phase-Listener: GUI-output of different phases
Problem trying to send file to browser in JSF
<p:datatable scrollable="true"> not working
Primefaces css?
Unable to populate values obtained from ajax call using PrimeFaces
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter