Monkeyden wrote:

I don't use the execute() method of Action at all and have implemented a
separate abstract doCancel method in my base action, which cleans up any
unecessary state, but this requires an extension of the struts/tiles request
processor.

I find it easier just to use an html:submit value="Cancel" but have it call your dispatch method called "cancel" and do whatever you need to do there. (I do the same thing for reset and since I call validation manually I don't have to worry about the validation framework being called since I won't call it from my 'reset' or 'cancel' methods).

--
Rick


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

Reply via email to