> CFEXIT will exit only the current custom tag. I am trying to verify
> that CFABORT can reliably be used to halt both the custom tag and the
> calling page.
CFABORT stops all processing for the current request, so if you put it in a
custom tag, both the custom tag and the calling page will stop processing.
Even if the custom tag is nested within other custom tags, if it contains a
CFABORT, that will stop the entire request.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.