> Whats the best way to stop the execution of a page after a error 
> has been caught using CFCATCH.  Can I put a CFABORT or CFEXIT 
> tag within the CFCATCH? Thanks in advance for any advice.

It depends on what you want to do. If you want to end the request
unconditionally, then I recommend using <CFABORT>. If, however, you are
within an included file or a custom tag and you merely want to exit that
template but continue on with the rest of the request, then use the
<CFEXIT> tag with the appropriate "Method" attribute. Both tags will
work within a CFCATCH tag.

Benjamin S. Rogers
http://www.c4.net/
v.508.240.0051
f.508.240.0057
______________________________________________________________________
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to