Skip to main content
This topic has been closed for replies.

1 reply

Participant
April 11, 2012

This is not true (though possibly a good practice?): "The cfexit tag controls the processing of a custom tag, and can only be used in ColdFusion custom tags." You can use a cfexit tag in a normal CFML template and it will halt execution of that particular template. It will not, however, halt the request--so, if the current template is included by a parent template, the parent template will continue processing (despite a cfexit in an included template).