5 Replies Latest reply on Aug 24, 2010 5:34 AM by ilya_shaikovsky

    extendeddatatable getvalue called twice

    ajanz

      i got an extendeddatatable on my page

       <rich:extendedDataTable value="#{Bean.list}" var="wf" id="table" tableState="#{MyWorkflows.mywfstate}"
       onRowMouseOver="this.style.backgroundColor='#FFFF99'" rows="0"
       onRowMouseOut="this.style.backgroundColor='#{a4jSkin.tableBackgroundColor}'"
       cellpadding="0" cellspacing="0"
       width="100%" border="0">
      


      on rendering bean.list is called twice...

      any idea why?