Let's add in a couple of Javascript functions to respond to the clicks of our add button and delete link
The doAdd function just sets the operation property on our DynaActionForm to "add" and submits the form
The doDelete function is passed an id parameter from the row link clicked. We set the id property and also the operation to "delete" on DynaActionForm and submit.

|