Stops the processing of a ColdFusion page at the tag location. ColdFusion returns to the user or calling tag everything that was processed before the cfabort tag. You can optionally specify an error message to display using showError attribute. The tag is often used with conditional logic to stop processing a page when a condition occurs.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
ColdFusion returns to the user or calling tag everything that was processed before the cfabort tag.
You can optionally specify an error message to display using showError attribute.
The tag is often used with conditional logic to stop processing a page when a condition occurs.