Creating your first ColdFusion application

As you recall from , two of the requirements for the Trip Maintenance application are the ability to generate trip listings and a trip query facility. You will create a search interface that meets both of these requirements in this lesson.

The following list identifies the components that you will create in this lesson:

The primary users of these components are the Compass Travel coordinators and agents, not the general public.

Application development steps

You will review or participate in the following application construction steps:
Steps
Description
1
Create a dynamic web page that displays a list of trips.
2
Design the constraints for the search interface.
3
Develop ColdFusion pages to capture user search criteria and display the results.

Comments