Hi, Looking at the application from your other post I think the authorization strategy doesn't allow the showing of PageExpired page. It checks whether there is signed in user and either shows the requested page or shows the login page.
On Wed, Mar 14, 2012 at 9:05 PM, Francois Meillet <[email protected]> wrote: > I have the following settings > > getPageSettings().setRecreateMountedPagesAfterExpiry(false); > getApplicationSettings().setPageExpiredErrorPage(PageExpired.class); > > I don't get the PageExpired (which is bookmarkable) for PageExpiredException > > Do I forget something ? > > > François > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
