2 Replies Latest reply on Aug 17, 2015 7:29 AM by krk12

    Iteration of data table content with richfaces 4.3.7

    krk12

      Hello,

       

      I have upgraded richfaces to 4.3.7 and facing an issue with the iteration of the data table content.

      The scenario is :

      Data table contains information which can be modified by the user. Once the modification is done on the UI, this modified content has to be pushed to the backing bean.

      In the backing bean, the list of information in the data table is iterated over and the modified details are picked up.

       

      Previously, to perform this, UIData setRowIndex(int val) was used but with the aforementioned version, this particular API is not available.

       

      Can someone help me in resolving this issue? I need a way to iterate over the table contents.

       

      Any help is highly appreciated!

       

      Thanks!