• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

nested dataTables

 
Ranch Hand
Posts: 1090
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
plss help !

i have 3 dataTables, all 3 have conditional data display.

i have the data coming as desired but the headers , i am not able to control..

this is the snippet:
<h ataTable value="#{(AuditBean.listOfRpRejectionCompliances==null)?AuditBean.listOfRpReturnedCompliances:null}" var="compliances2">

<h:column>
<f:facet name="header">
<h utputText value="Time Of Event" style="font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size: 10px;font-weight: bold;" />
</f:facet>
<f:subview id="one">
<h utputText value="#{compliances2.timeOfEvent}" />
</f:subview>
</h:column>

---------------
the header is displayed even when i dont have teh data


-----------

another issue is , i want to display 2 lists under one header , can i do that with dataTable ?
 
There is no "i" in denial. Tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic