0

I need to create a ADF Project gantt chart from an XML. can anyone help me with creating the same. The XML looks something like this:

user964819
  • 343
  • 3
  • 6
  • 24

1 Answers1

1

Check the data structure used in the managed bean int he Gantt sample in the ADF Faces component demo source code - then create an equivalent structure based on your XML. http://www.oracle.com/technetwork/developer-tools/adf/documentation/adf-faces-rc-demo-083799.html

Shay Shmeltzer
  • 3,693
  • 1
  • 13
  • 9