Developer Tools
JDeveloper
When you run the application with the
site=headquarters layer value active, the Browse page in your browser should look similar to this:
In the
site=headquarters context, there should be an order items table below the orders form, and the table should have five columns only.
When you rerun the application in the
site=remoteoffices context, the Browse page in your browser should be similar to this:
There should be a menu above the order items table and the table should have six columns. The sixth column is
ProductName because you customized the
OrderItemsView object in the model layer by adding the
ProductName attribute from the
ProductsBase entity object.
In the
site=remoteoffices context, when you click
More Details to navigate to the More page, the page in the browser should look similar to this:
Click the icon next to showDetailHeader 1 to hide and show the form contents.
Copyright © 1997, 2009, Oracle. All rights reserved.