Re: Exclude interceptor

2008-04-29 Thread Jim Kiley
Wow -- thanks for making that point. I think I had known that but hadn't really seen it or thought about it. Excellent stuff, thank you. jk On Tue, Apr 29, 2008 at 5:12 PM, Randy Burgess <[EMAIL PROTECTED]> wrote: > As soon as you define interceptors at the action level you are excluding > all

Re: Exclude interceptor

2008-04-29 Thread Randy Burgess
As soon as you define interceptors at the action level you are excluding all other interceptors *except* the ones you specify for the action, so in this way you can exclude interceptors on a per action basis. You could also roll your own packages with the interceptors you want and exclude them that