Showing posts with label Data Binding. Show all posts
Showing posts with label Data Binding. Show all posts

Sunday, May 20, 2012

Multiple DataBinding.cpx files in ADF 11 g?

The Answer is yes .in 10 g it is not possible but in 11 g  it is possible. If any Application contains more than one data binding than entry should be added into adfm.xml
The following code is code of adfm.xml file.
<?xml version="1.0" encoding="UTF-8" ?>
<MetadataDirectory xmlns="http://xmlns.oracle.com/adfm/metainf%22%3Cbr />                    version="11.1.1.0.0">
  <DataControlRegistry path="soadev/ext/DataControls.dcx"/>
  <DataControlRegistry path="soadev/ext/DataControlsHelper.dcx"/>

</MetadataDirectory>