I would like to create a view that has a table and a form that work together. The user could click on a link in a table row, and the form fields would populate with the values for the record represented by that row. The user could then edit values in the form and save them. It seems that this would be a reasonably common pattern, but I cannot find any examples of how to do it. Can someone point me to an example of this table/form pattern, or give me some general idea of how to do it? I can figure out the details, but so far, I have not been able to come up with a workable approach.
Thanks, John --

