4 Replies Latest reply on Oct 24, 2008 6:12 PM by nbelaevski

    Binding issues with ExtendedDataTable

      HI,
      I am trying to bind to a backing bean ExtendedDataTable object.

      Sample code is like

      <r:extendedDataTable binding=#{backing_bean.table1}".../>

      and in class...

      ExtendedDataTable table1;

      setter and getter methods for table1...

      But when i run my page .. I am getting IllegalArgumentException (argument mismatch exception)

      Is this a bug in Rich Faces...

      Or am i doing some thing wrong..

      Thanks
      Murali.