• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

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 ?
 
Just let me do the talking. Ahem ... so ... you see ... we have this tiny ad...
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic