Trouble populating form with data from database |
![]() ![]() ![]() 1) I have an html table (in a view) that is populated with records from a database. 2) When the user double-clicks on a row in the table, the view grabs the records id and passes it to a new Controller, called Edit_Controller. 3) The Edit Controller calls a view that contains a form, once the form is populated with the data, the user can change the data and click the save changes to update the data, or can click a delete button to delete the record from the database. Problem: when I run the controller, the form appears and a row at the top of the screen with the data from the selected record. The fields of the form will not populate. Can anyone point me in the direction on how to solve this? |
Messages In This Thread |
Trouble populating form with data from database - by amwh - 05-22-2015, 04:16 PM
RE: Trouble populating form with data from database - by mwhitney - 05-27-2015, 08:42 AM
|