Developer Tools
JDeveloper
After the line:
<cust-layer name="site" id-prefix="s">
Replace the code for the customization layer values
site1 and
site2:
<cust-layer-value value="site1" display-name="Site One" id-prefix="1"/>
<cust-layer-value value="site2" display-name="Site Two" id-prefix="2"/>
With this sample code:
<cust-layer-value value="headquarters" display-name="Headquarters" id-prefix="1"/>
<cust-layer-value value="remoteoffices" display-name="Remote Offices" id-prefix="2"/>
Instead of typing the sample code, you can copy the code in this window and then paste it into the source editor.
Copyright © 1997, 2009, Oracle. All rights reserved.