System information

Summary 101
To test the updated application:
1.
Open your browser.
2.
Enter the following URL to view the updated tripdetail.cfm page
http://localhost/cfdocs/getting_started/my_app/tripdetail.cfm?ID=8
Note: If you are using the built-in ColdFusion server, enter localhost:8500 instead of
localhost.
The page appears as follows:
3.
Click Search or Delete to test the database maintenance buttons.
An error occurs because the Maintenance Action page does not exist. The Maintenance Action
page is required to process the maintenance button requests. You will develop this page in
“Lesson 7: Validating Data to Enforce Business Rules” on page 103.
Summary
In this lesson, you added trip maintenance and navigation buttons, which converted the Trip
Detail page into the main Trip Maintenance application page.
In the next lesson
In “Lesson 7: Validating Data to Enforce Business Rules” on page 103, you will build the action
pages required to implement the navigation and maintenance buttons on the main Trip
Maintenance application page.