Defined in Application.cfc, invoked when a request is made for a CFML template that does not exist.
function onMissingTemplate(string targetPage) { return true; }
returns boolean
Name | Type | Required | Default | Description |
---|---|---|---|---|
targetPage | string | Yes | Requested template path relative to the webroot |