0 Replies Latest reply on Mar 24, 2008 4:19 PM by budoray

    rich:dataTable binding problem

    budoray

      Forgive me if this has been discussed, but I've been out of the loop for a few months. I ran into an issue when upgrading the richfaces jars from 3.1.1 to 3.1.4 where binding appears to be the culprit. Any insight will be much appreciated.

      eventNotificationHandler.table is an instance of javax.faces.component.UIData and eventNotificationHandler.model is an instance of javax.faces.model.DataModel.

      This works fine in 3.1.1.

      
      <rich:dataTable id="notificationTable" value="#{eventNotificationHandler.model}" var="row"
      binding="#{eventNotificationHandler.table}">
      
      


      Any ideas?