I am trying to work with the DispatchAction that everybody is saying is
such a good type of action. Say I have a 'RegAction' sub-classing
DispatchAction with the following methods: edit, create, and save.

I use <html:link page="/reg.do?method='edit' /> to go into edit.

My question is:

1) Should I keep an action-mapping to each of the methods?

2) In RegAction.save(), after I've validated the form and found errors.
I need to forward back to the input page, but I need to somehow add the
'edit' method. How do you recommend doing that? Do I append it to the
action-forwards path with '?method=edit' in the action-mapping
configuration?

Please help,
Erez






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to