Ensemble Tags
Tag rolelist


This stores a list of the roles in memory that the current user has available. The data is stored as a collection, and each item in the collection is a variable containing the role name. This can be used with the logic.foreach tag to iterate over role data.

Example:
<pt:ensemble.rolelist pt:key="testcollection"/>


Tag Information
Tag Namerolelist

Attributes
NameTypeRequiredDefault ValueDescription
keystringtruenullThe key used to store the role list in memory.
scopescopefalseportlet requestThe scope used to store the role list in memory. See the Logic Tag Library description for more details about valid scope arguments.


Copyright 2005 Plumtree Software, Inc.