I have a master-detail edit form. When you Add a detail record and click back
to list without saving the Add, an error is generated because the [Back to
List] link just calls the originating edit form without a primary key
reference. I manually added the primary key as a url parameter to the end of
the DisplayListLinks add form and this one works ok, because another parameter
is not already being passed. This should be generated by Plum, however.
<cf_DisplayListLinks add="EmployeePhoneAddForm.cfm?EmployeeID=#URL.EmployeeID#">
Jeff