> <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: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org