ADF Customization Layer not working as desired
Hi,
While going through the steps given at
[http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_18/jdtut_11r2_18.html]
When I go to Step 9 and run the Apps in customization layer, it still shows me Output without customization.
I have set the Customization properties properly and using Application level CustomizationLayerValues.xml to have these customization layers :
<cust-layer name="site" id-prefix="s">
<cust-layer-value value="headquarters" display-name="Headquarters" id-prefix="1"/>
<cust-layer-value value="remoteoffices" display-name="Remote Offices" id-prefix="2"/>
<cust-layer-value value="site" display-name="Site"/>
</cust-layer>