Portlet Page Tags for Adaptive Layout
Tag pagenamebreadcrumbsdata


This tag only works with the Portlet Page Adaptive Layout. Stores the breadcrumb path to the current page in memory. Each breadcrumb data object will have the following variables: name for the breadcrumbs' MyPage or Community name, and url for the URL to access the parent breadcrumb. The current page will not contain the URL, instead it will have the constant 'EMPTY_STRING'.


Tag Information
Tag Namepagenamebreadcrumbsdata

Attributes
NameTypeRequiredDefault ValueDescription
idstringtruenullThe name of the variable in memory where the DO data created by this tag is stored. Specify this ID in the data attribute (most commonly the DATAVAR attribute) for any display tag consuming DO data. Multiple data tags can share the same ID, in which case they are added to a list in the order they were processed.
maxdepthintfalse-1This is used to specify the number of levels that the breadcrumbs should track from the current location. Default value is -1 which means the breadcrumbs path will display up to the root parent (super parent). The value of this attribute should be at least 1 if specifying a limit for the breadcrumbs or else -1 if displaying the entire breadcrumb path. The value of this attribute is ignored when the layout is used in MyPages. Use this tag together with the logic.foreach tag to iterate over all the breadcrumbs in a collection and display them all.
scopestringfalseportlet requestThe scope used to store the data. See the Logic tag library for a list of all available scopes.


Copyright 2005 Plumtree Software, Inc.