CFMODULE
Executes another template within the current template
Usage
<cfmodule>
Attributes
Attribute | default | required | summary |
---|---|---|---|
ATTRIBUTECOLLECTION | A structure containing the tag attributes | ||
TEMPLATE | ![]() |
The path to the template to execute | |
PAGE | If no TEMPLATE, then the PAGE can be used, which is the URL for include | ||
RUNONCE | If this flag is set, then the template is only rendered once, even if included later on in the request, without this flag set |