> You could try something like this:
>
> <cftry>
>
> CONTENT OF THE PAGE GOES HERE
>
> <cfcatch type="Any">
I'd recommend avoiding this approach, especially if you're running CF 4.5.x.
Instead, you'd be better off using the site-wide error handler, which can
execute code. Exception handling (CFTRY/CFCATCH) should be reserved for use
with specific problems within code that have specific solutions.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists