Three property modes — Page
, Page List
, and Page Group
— identify properties for which the value has a single or multiple page structure. Because property names and values themselves appear on a page, this definition is recursive.
For example, a top-level clipboard page Alpha can contain a property Beta of mode Page
. The value of Beta (the contents of a page) can include a property Gamma of mode Page
. The value of Gamma can include a property Omega of mode Single Value
, which can have the value 3.14159.
In source HTML, refer to the value of Omega using a pega:r JSP tag or equivalent Reference directive. For example:
{Alpha.Beta.Gamma.Omega}