Comparing
#1 with
#2
Content
[...]
}catch(Exception $e){
....
```
Easy right? Now, what about update? Well, in my case, what I did, is to include a hidden field into the form if there is a page parameter and on submission i do the same on the actionUpdate as I did on the actionDelete of the controller.[...]