| Contents > Getting Started Building ColdFusion MX Applications > Lesson 4: Validating Data to Enforce Business Rules > |
|
|
|
|
||
In this lesson, you will enhance the Compass Travel Trip Maintenance application. The exercises in this lesson will guide you through the steps of enhancing the application to provide a page for the trip coordinator to add new trip offerings and update existing trips. Further, you will add logic to validate that data entered against Compass Travel business rules.
This lesson explains how to do the following tasks:
The following table identifies the ColdFusion tags and functions that you use in this lesson to enhance the ColdFusion application:
Element |
Type |
Description |
|---|---|---|
cfform |
Tag |
Builds a form with CFML custom control tags that provide more functionality than standard HTML form input elements. |
cfinput |
Tag |
Use inside |
cfselect |
Tag |
Used inside |
FileExists |
Function |
Returns True if the file specified in the argument exists; otherwise it returns False. |
|
|
||
| Contents > Getting Started Building ColdFusion MX Applications > Lesson 4: Validating Data to Enforce Business Rules > |
|
|
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.