Developer Tools
JDeveloper
When you complete the steps, the visual editor should look similar to this:
If you click Source in the editor window, you should see the Bread Crumbs code JDeveloper added for you:
<af:breadCrumbs value="#{root_menu}" var="menuInfo"..>
<f:facet name="nodeStamp">
<af:commandNavigationItem text="#{menuInfo.label}"
destination="#{menuInfo.destination}"
action="#{menuInfo.doAction}"../>
</f:facet>
</af:navigationPane>
In the Structure window for
myTemplate.jspx,
Source tab, the structure under
af:pageTemplateDef should look like this:
Now there should be three nested af:decorativeBox components in the center facet of af:panelStretchLayout. In the top facet of the innermost af:decorativeBox component, there should be one af:breadCrumbs component.
Copyright © 1997, 2009, Oracle. All rights reserved.