Re: need post operation after action.

2008-05-06 Thread Dave Newton
--- "Fernandes, Filipe" <[EMAIL PROTECTED]> wrote: > I used wildcard mapping to define several methods that may be > called for a struts action class. But each of those methods > contain duplicate lines of code that need to be called before > the method returns. > > Is there a way in struts to

need post operation after action.

2008-05-06 Thread Fernandes, Filipe
I used wildcard mapping to define several methods that may be called for a struts action class. But each of those methods contain duplicate lines of code that need to be called before the method returns. Is there a way in struts to wire up a post operation after the action method (whichever it ha