2008/7/14 Gabriel Belingueres <[EMAIL PROTECTED]>: > Where in the interceptor chain do your custom interceptor execute? >
<interceptor-stack name="customStack"> <interceptor-ref name="userLanguage"/> <interceptor-ref name="debugging"/> <interceptor-ref name="autoLogin"/> <interceptor-ref name="paramsPrepareParamsStack" /> </interceptor-stack> The interceptor I mentioned in my earlier post is the first one: userLanguage. BTW, to make more accurate what I stated earlier, the xml-debug tree does not actually claim that the Session is null; rather that it's empty. Here's the relevant section: <debug> <parameters/> <context> ... </context> <request> ... </request> <session/> <valueStack> ... </valueStack> </debug> As you can see, the <session/> tag is empty...