Basic Customization > User Interface Customization > Customizing HTML Clients Using the Windchill JSP Framework > Bread Crumbs Component
  
Bread Crumbs Component
You can create a list of navigation bread crumbs at the top of a Windchill page.
A list of “bread crumbs” is displayed at the top of many Windchill pages. These bread crumbs show the location of the page in the page hierarchy. Each crumb is a link that will take the user to the corresponding page in the hierarchy.
Example bread crumb list:
See the package javadoc for com.ptc.windchill.enterprise.navigation.breadcrumb for information on the classes and process used to produce bread crumbs.
Scope/Applicability/Assumptions
This process should be applied when you want to create bread crumbs for one or more Windchill pages that do not currently have bread crumbs or you want to modify the bread crumbs displayed on a Windchill page.
Intended Outcome
Bread crumbs are displayed as desired.