cfabort

From CEW

Revision as of 11:31, 9 March 2010 by Admin (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

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: Image:Railo.png