Completing the Real Estate Management System Sample Application
In this tutorial, you will populate the Add/Edit panel with the record details for the user's search so that the user can edit, remove, and add new records from the same panel (see Figure 1).
You will code the following functionality:
- Populate the edit form by binding fields to the selected record in the datagrid.
- Create a ColdFusion component to add, update, and delete records from the database.
- Create a Flash Remoting service CFC.
- Call the service and get results.
Figure 1. Complete Real Estate Management application