Revision #2 was created by Antonio Ramirez on Dec 17, 2010, 12:41:46 PM.
remarks
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.