Re: Totally stuck handling forms

2004-12-02 Thread Adam Hardy
Hi Alex, put a pair of getter/setter methods for dispatch into your form and then use a hidden field to pass the variable on. The method you outline though seems overcomplicated, although it could be just that it seems so because it's not totally clear what the flow of control is meant to be. I

Totally stuck handling forms

2004-12-01 Thread Alexander Czernay
I'm still trying to find a nice way for handling standard list/create/edit/delete-forms... After browsing through all the hints and tips I got from here, I started building an initial form-setup-action using DispatchAction with a parameter dispatch that should be set to list, create, edit or de