3 Replies Latest reply on Oct 5, 2015 7:32 AM by michpetrov

    RichFaces 4 rich:extendedDataTable not showing noDataLabel value

    vpenugo

      I have a rich:extendedDataTable and I have given noDataLabel="#{backingBean.errorMessage}". but when my list is empty the label is not showing. below is my EDT declaration. Please help me to resolve this. I am using RF-4.5.6 and jsf-api-2.2.6, jsf-impl-2.2.6.


      <rich:extendedDataTable id="listTable" width="100%"
        value="#{backingBean.dataModel}"
        binding="#{backingBean.dataTable}" var="dataTableItem"
        rows="25"
        onRowMouseOver="this.style.backgroundColor='#ECE5B6'"
        onRowMouseOut="this.style.backgroundColor='#FFFFFF'"
        noDataLabel="#{backingBean.errorMessage}"
        selectionMode="none" footerClass="tableFooterScrollHolder">