Re: Control Interceptor order

2007-07-08 Thread Chris Pratt
Others should definitely correct me if I'm wrong, but interceptors don't inject other interceptors, just actions. If you need access to the Session, just use the one in the ActionInvocation. (*Chris*) On 7/8/07, Richard Sayre <[EMAIL PROTECTED]> wrote: I added an Interceptor locally to one of

Control Interceptor order

2007-07-08 Thread Richard Sayre
I added an Interceptor locally to one of my Actions. This Interceptor implements SessionAware and has a setSession(Map session) method to get the session. The problem is when my interceptor runs session is null. I am assuming this is because the interceptor that populates the session aware obje