The <access> Tag

Purpose

The <access> tag is used to install the accessor hierarchy in the specified request scope attribute.

Since the tag stores the accessors in request scope, it needs to be executed only once per request. E.g., if a template contains the tag, included templates do not need to also contain it.

Attributes

NameDescription
attribute Required - Specifies the request scope attribute. As a general convention, the string value "calyxo" should be used.

Body

The <access> tag has no body.