2012/12/22 cyanoboy <[email protected]>: > <package name="myStrutsSite" namespace="/" extends="hibernate-default"> > > <result-types> > <result-type name="tiles" > class="org.apache.struts2.views.tiles.TilesResult" /> > </result-types> > > <interceptors> > <interceptor name="SessionCheckInterceptor" > class="myStrutsSite.util.SessionCheckInterceptor"/> > <interceptor-stack name="mySessionValidationStack"> > <interceptor-ref name="defaultStackHibernate" /> > <interceptor-ref name="SessionCheckInterceptor" /> > </interceptor-stack> > </interceptors>
You're using a custom interceptor stack so maybe you setup it in wrong order - I mean order of interceptors is important :-) Regards -- Ćukasz + 48 606 323 122 http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

