Look at ParameterRemoverInterceptor for example, you can access the action context like this : ActionContext ac = invocation.getInvocationContext();
And then you can set values in the value stack. Didn't test it but should work. Cimballi On Fri, Feb 19, 2010 at 11:10 AM, CRANFORD, CHRIS <chris.cranf...@setech.com> wrote: > Is it possible to set a value in the request or valuestack from an > interceptor that contains the total time it took for the action to be > invoked and executed? I have a requirement to show this on the JSP page > and didn't know if I could do this within the Interceptor or if I have > to do this in my base action object. > > Chris > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org