0 Replies Latest reply on Dec 19, 2008 6:56 AM by narinkalra

    Dynamically Creating ExtendedDataTable

      Hi Friends,

      I want to create columns dynamically in extended data table.

      I tried out following option:
      a. I used the binding property of ExtendedDataTable to bind it with my bean class, something like this (binding="#{dataList.populatecolumns}" . dataList is the bean class extended from EntityQuery component of SEAM. I was successful in doing that and dynamic data table was in front of me. But when i tries to do the sorting or any type of activity on columns. It throws the exception. Which says that unable to instantiate dataList, target is unreachable.

      Could you please tell me what to do, to really get this thing working?

      Thanks,
      Narin