Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to Load or Import the XML file in ADF UI page.

879513Aug 1 2011 — edited Aug 2 2011
I 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....
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 30 2011
Added on Aug 1 2011
3 comments
206 views