Can someone please describe how to enable an action to respond to submit and cancel buttons differently? The action is derived from the scaffold.BaseAction class. I have submit working to generate a response. I would like cancel to redirect to the main menu of the application.
I suppose one solution is to use a dispatch action first to chain to either the "submit" action or the "cancel" action. Is this the best way to do this? Or am I missing something that BaseAction provides out of the box? Thanks, Brad -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

