Based on the data requirements determined in Lesson 1, the following figure shows the Trip Edit data collection page:
\cfdocs\getting_started\solutions
under your web root directory.
directory.
<form>
tag on line 6 of the source code has an action
attribute. This attribute indicates the page to receive the form values posted by the tripedit.cfm page. Since the page, tripeditaction.cfm, does not exist yet, the ColdFusion Server sends an error. At this point, this form has little value since it does not store any information in the database and does not enforce any business rules of Compass Travel. In the next exercise, you will develop the action page to enforce the business rules.