Interceptor Execution Tracing

2009-07-02 Thread Stephen Turner
Is it possible to easily see a record of all the interceptors executed  
during an action invocation? I want to see the actual interceptors that  
are executed, not the config (which shows me what I _think_ is happening).


Thanks,
Steve

--
Stephen Turner
Sr. Analyst/Programmer
MIT IST - SAIS

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: Interceptor Execution Tracing

2009-07-02 Thread Paweł Wielgus
Hi Stephen,
turn debug on by adding ?profiling=true after any action address in
browser and turning devMode.
Read more here:
http://struts.apache.org/2.1.6/struts2-core/apidocs/com/opensymphony/xwork2/util/profiling/UtilTimerStack.html

Best greetings,
Paweł Wielgus.


2009/7/2 Stephen Turner stur...@mit.edu:
 Is it possible to easily see a record of all the interceptors executed
 during an action invocation? I want to see the actual interceptors that are
 executed, not the config (which shows me what I _think_ is happening).

 Thanks,
 Steve

 --
 Stephen Turner
 Sr. Analyst/Programmer
 MIT IST - SAIS

 -
 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



Re: Interceptor Execution Tracing

2009-07-02 Thread Stephen Turner
On Thu, 02 Jul 2009 08:37:28 -0400, Paweł Wielgus poulw...@gmail.com  
wrote:



Hi Stephen,
turn debug on by adding ?profiling=true after any action address in
browser and turning devMode.
Read more here:
http://struts.apache.org/2.1.6/struts2-core/apidocs/com/opensymphony/xwork2/util/profiling/UtilTimerStack.html

Best greetings,
Paweł Wielgus.




Thanks Paweł, that's exactly what I was looking for -

Steve

--
Stephen Turner
Sr. Analyst/Programmer
MIT IST - SAIS

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org