From CEW
type
The type attribute allows you to choose between aborting the whole request, or just the current template.
<cfabort type="request"/> - aborts the entire request. Standard behaviour.
<cfabort type="page"/> - aborts the current template, but continues the request.
Supported by: