12 Replies Latest reply on Apr 7, 2010 10:26 PM by sburgula1

    Iterate two arraylist in one dataTable

    vikram.vikram.chhetry.gmail.com

      Hi All,
      I want to iterate two arraylist in one dataTable or forEach or ui:repeat etc.
      Is it possible with seam?


      Something like this(Just an example). Ex:-


      for (int i = 0; i < this.arr1.size(); i++){
           Test test = arr1.get(i);
           Test2 test2 = arr2.get(i);
      }
      


      Ant help would be appreciated.
      Thanks in advance.


      -Vikram