How to Load or Import the XML file in ADF UI page.
879513Aug 1 2011 — edited Aug 2 2011I have following requirement:
a) There is an ADF UI page with one list box and two text boxes:
Book Title(List box),
Book Author(Text box) and
Publisher(Text box)
b) Data to be displayed (in UI page) is available in XML file
c) How to read data from XML file and populate the UI page?
d) Once the c) is completed I would like to execute the partial
trigger on Book title so that once book title is populated from XML
file the partial trigger on the list box will automatically populate
the Book Author and Publisher.
In other words, I would like to import the XML data file (with book
title,author and publisher) in the ADF UI page....