Re: interceptor is not being called for all action

2010-02-01 Thread Jake Vang
rkpackages >> > several times and do not see the connection.  I'm not sure I understand > exactly what you > did solved the problem, but it is clerarer than the documention > > > --- On Sat, 1/30/10, Jake Vang wrote: > > > From: Jake Vang > Subject: Re: inter

Re: interceptor is not being called for all action

2010-01-31 Thread Leah OConnor
documention   --- On Sat, 1/30/10, Jake Vang wrote: From: Jake Vang Subject: Re: interceptor is not being called for all action To: user@struts.apache.org Date: Saturday, January 30, 2010, 5:38 PM okay, to answer my own question, yes, if you configure everything correctly, then you can get a

Re: interceptor is not being called for all action

2010-01-30 Thread Jake Vang
okay, to answer my own question, yes, if you configure everything correctly, then you can get a customized stack to work for all Actions. the only thing you really need to do is add this line to struts.xml with this defined, you can remove the @ParentPackage and @InterceptorRef from the classes

Re: interceptor is not being called for all action

2010-01-30 Thread Jake Vang
okay, after fiddling around for 2 hours, with the weak documentation out there, i think i have it figured out. at least empirically, it works now. just in case there are other users out there who are running into this problem, let me explain what in the world i did. i know A LOT of other people hav

Re: interceptor is not being called for all action

2010-01-30 Thread Jake Vang
or is not called). On Sat, Jan 30, 2010 at 4:37 PM, Dave Newton wrote: > > http://struts.apache.org/2.x/docs/convention-plugin.html#ConventionPlugin-XWorkpackages > > > - Original Message > > From: Jake Vang > > To: user@struts.apache.org > > Sent: Sat, Ja

Re: interceptor is not being called for all action

2010-01-30 Thread Jake Vang
To: user@struts.apache.org > > Sent: Sat, January 30, 2010 4:10:31 PM > > Subject: interceptor is not being called for all action > > > > i have written an interceptor implementation, however, it seems i cannot > get > > it to work. i have followed the instructions a

Re: interceptor is not being called for all action

2010-01-30 Thread Dave Newton
http://struts.apache.org/2.x/docs/convention-plugin.html#ConventionPlugin-XWorkpackages - Original Message > From: Jake Vang > To: user@struts.apache.org > Sent: Sat, January 30, 2010 4:10:31 PM > Subject: interceptor is not being called for all action > >

interceptor is not being called for all action

2010-01-30 Thread Jake Vang
i have written an interceptor implementation, however, it seems i cannot get it to work. i have followed the instructions at http://struts.apache.org/2.x/docs/interceptors.html. i have also followed the instructions at http://struts.apache.org/2.x/docs/how-do-we-configure-an-interceptor-to-be-used-