Re: Grouping common actions

2006-07-18 Thread David Durham
chamal desilva wrote: And is there a way that we can add common functionality to all methods in DIspatchAction class? Suppose you could extend DispatchAction and implement an execute(...) method that does something then returns super.execute(...). -Dave ---

Grouping common actions

2006-07-17 Thread chamal desilva
Hi, I need to group actions to a common action class. We dont have EventActionDispatcher since we have struts version 1.1. DispatchAction class needs button names to have the save name as method names. And is there a way that we can add common functionality to all methods in DIspatchAction class