Rendering tags

If any tags have been attached to a content item, then they are available via the PresentationArticle bean's tags property. This property is a collection of PresentationTag beans, each of which has the following properties:

name

This tag's name.

parent

This tag's parent tag (if any).

children

This tag's child tags (if any).

Tags can therefore easily be accessed using JSTL.