pageName - Page Name (for Include property)

Specifies the name of an included page.

Category

basics

Syntax

pageName="name"
Where name is the name of an XPage, for example, /page1.xsp.

Usage

In Design mode, click the top tab under Properties and look for Page name, or click All Properties and look for pageName under basics.

Examples

Here is an Include Page control.
<xp:include pageName="/main.xsp" id="include1"></xp:include>