I'm using DispatchAction for grouping common items together, and one of them is to just load a form page, and the other action is to 'update' this page.
I call this with: addDevice.do?method=edit and: addDevice.do?method=update
The param for the first page seems a bit extraneous, is there a way that DispatchAction can just call a default method if the param isn't specified? I would like to just call: addDevice.do and have it bring up the form. I haven't seen mention of this practice or ability in any docs.
Does everybody else just work around this and add extra params?
- Nic.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]