Inside Coldfusion MX
| <cferror type = "request" or "validation" or "exception" template = "template_path" mailTo = "email_address" exception = "exception_type"> Description
Used to create a custom error page and to create a consistent look and feel in an application. Attributes
type (Required) Type of error that the custom error page handles. Error types include application, database, template, security, object, missinginclude, expression, lock, custom_type, and any. template (Required) Relative path to the custom error page. (A ColdFusion page was formerly called a template.) mailTo (Optional) Email address to send errors. |