Use the @BeforeResult annotation: http://struts.apache.org/2.0.14/struts2-core/apidocs/com/opensymphony/xwork2/interceptor/annotations/BeforeResult.html
musachy On Sun, Dec 7, 2008 at 3:29 PM, Adam Hardy <[EMAIL PROTECTED]> wrote: > Is this possible somehow in the struts2 framework? > > I'd like to execute some code for all requests after the action has > executed, but before the result, the JSP and all are processed. > > The code will look at the result type from the action and do some work based > on that. > > Something like an interceptor would be great, but obviously the interceptor > framework doesn't enable me to do anything at that particular stage. > > I am using Tiles and I guess a bit of research there will show up something > I can employ, but I'd rather have the code logically nearer the Action class > - actually on the action class would be ideal since that's where I already > have the various managers and entities. > > > Thanks > Adam > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- "Hey you! Would you help me to carry the stone?" Pink Floyd --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]