2 Replies Latest reply on May 13, 2010 9:05 AM by sathishavunoori

    i am unable to display footer in rich:datatable in my application. can any one help me?

    sathishavunoori

      hi to all ,

      i have an xhtml file in my seam application .

      in that page i have a tabpanel and 4 tabs and each tab consist one <rich:datatable> .

      i need to add footer for every datatable . i have added like this to display footer

      <rich:dataTable id="voyageCarrierListTable" var="_voyageCarrier" rows="20"
                                  selectionMode="single" selectedClass="selection"
                                   width="1340px" value="#{itVoyageCarrierFromCarrier}"
                                   headerClass="removeheader" footerClass="footerCls" rendered="#{itVoyageCarrierFromCarrier.rowCount>0}">
                                  
                                   <rich:column id="partyCheck">
                                     <f:facet name="header">&#160;</f:facet>
                                      <h:selectBooleanCheckbox id="Checkbox" value="#{itVoyageCarrierAction.checkCarriers[_voyageCarrier]}"/>
                                    </rich:column>
                              .........................

                              ....................................                  

                                  <f:facet name="footer" ></f:facet>
          </rich:dataTable>

      but it was not able to display footer on that table.

       

      am i anything wrong?

       

       

      thanks in advance