Wednesday, March 12, 2014

How to get the view object instance in the managed bean from pagedef file in Oracle ADF?

Sometimes during the implementation of Oracle ADF applications we might need programmatic access to the underlying View Object. It is not advisable to create the instance of the ADF model business components directly.

We can get the view Object from the iterator in the pagedef file of the corresponding page or page fragment. If suppose the iterator is as shown in the below diagram.









The following code will get the view object from the Iterator.



No comments:

Post a Comment