RE: Custom interceptor not firing - ANSWER

2008-06-10 Thread Gamble, Wesley (WG10)
racking" is the name of my Struts package. Thanks for the help, Wes -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 All, I set up a cus

RE: Custom interceptor not firing

2008-06-10 Thread Michael Gagnon
tors apply -Original Message- From: Gamble, Wesley (WG10) [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2008 3:03 PM To: Struts Users Mailing List Subject: RE: Custom interceptor not firing I suspect that I don't have any interceptors firing at all. I can change the value of "default

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.

RE: Custom interceptor not firing

2008-06-10 Thread Gamble, Wesley (WG10)
008 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 correc

RE: Custom interceptor not firing

2008-06-10 Thread Gamble, Wesley (WG10)
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

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.Intercepto

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: