>                <action name="testAction" class="test.MyAction">
>                        <interceptor-ref 
> name="sessionScopeHandler"></interceptor-ref>
>                        <result>/jsp/test/test.jsp</result>
>                </action>

With this configuration, your sessionScopeHandler will be the only
interceptor running for this action. You either need to include the
portletDefaultStack or set up your own stack that also includes the
framework interceptors that does the "introspection" magic.

Nils-H

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to