tell me more icon In the IDE

When you complete the steps, the visual editor should look similar to this:

Visual editor

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:

Structure window, bread crumbs

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.