Contents > Developing ColdFusion MX Applications > Handling Errors > Specifying custom error messages with cferror > Creating an error application page Example of a validation error page PreviousNext

Example of a validation error page

The following example shows a simple custom error page for a validation error:

<html>
<head>
<title>Products - Error</title>
</head>
<body>

<h2>Data Entry Error</h2>

<p>You failed to correctly complete all the fields
in the form. The following problems occurred:</p>

#error.invalidFields#

</body>
</html>

Contents > Developing ColdFusion MX Applications > Handling Errors > Specifying custom error messages with cferror > Creating an error application page Example of a validation error page PreviousNext

ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting

Version 6.1

Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.