5 Replies Latest reply on Jun 9, 2009 12:52 AM by meghiddo

    Is java.util.Array list gng to be a problem for rich:tree?

      If I have xml that looks like:

      <?xml version="1.0" encoding="UTF-8" ?>
      -
      -
      wsnPondMeasurements
      WSN Pond Measurements




      -
      exampleProject1
      exampleProject1






      and I am trying to use that as my data source for the tree, is rich tree going to have a problem with the three lines





      since they are of class java.util.ArrayList?

      I never thought about it until now, because the fact that I have those three lines has been causing so many other problems for me when it comes to httpclient and simplexml.

      If it is a problem is it one I cant get around without changing those three lines or can I work around it?