Custom interceptor not firing

2008-06-10 Thread Gamble, Wesley (WG10)
All, I set up a custom interceptor, but it is not being invoked. As far as I can tell from looking at _Struts 2 in Action_, I constructed my class correctly. It is named CompanyIdentificationInterceptor. My struts.xml file now has this configuration in it to accommodate this new interceptor:

Re: Custom interceptor not firing

2008-06-10 Thread Lukasz Lenart
Hi, 2008/6/10 Gamble, Wesley (WG10) [EMAIL PROTECTED]: As far as I can tell from looking at _Struts 2 in Action_, I constructed my class correctly. It is named CompanyIdentificationInterceptor. The name is not important, did you implement com.opensymphony.xwork2.interceptor.Interceptor

RE: Custom interceptor not firing

2008-06-10 Thread Gamble, Wesley (WG10)
-Original Message- From: Gamble, Wesley (WG10) [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2008 1:22 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Custom interceptor not firing My struts.xml file now has this configuration in it to accommodate this new interceptor

RE: Custom interceptor not firing

2008-06-10 Thread Gamble, Wesley (WG10)
:00 PM To: Struts Users Mailing List Cc: [EMAIL PROTECTED] Subject: Re: Custom interceptor not firing Hi, 2008/6/10 Gamble, Wesley (WG10) [EMAIL PROTECTED]: As far as I can tell from looking at _Struts 2 in Action_, I constructed my class correctly. It is named CompanyIdentificationInterceptor

RE: Custom interceptor not firing

2008-06-10 Thread Gamble, Wesley (WG10)
: Tuesday, June 10, 2008 2:00 PM To: Struts Users Mailing List Cc: [EMAIL PROTECTED] Subject: Re: Custom interceptor not firing Hi, 2008/6/10 Gamble, Wesley (WG10) [EMAIL PROTECTED]: As far as I can tell from looking at _Struts 2 in Action_, I constructed my class correctly. It is named

RE: Custom interceptor not firing

2008-06-10 Thread Michael Gagnon
/ /package /struts -Original Message- From: Gamble, Wesley (WG10) [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2008 1:22 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Custom interceptor not firing My struts.xml file now has this configuration in it to accommodate this new