> I have found that it is good to use both cferror tags; > most error WILL be caught by the "exception" tag and > you will be automatically notified. Some errors (I've > never figured out exactly which ones) slip through and > your user may click on the mailto link.
Not all errors are exceptions. An exception is a specific type of error that happens only at runtime. Other errors may happen before runtime; for example, if you misspell a CFML tag, the server won't be able to parse the page, and you'll get an error before runtime. 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 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

