Swanthe Lindgren <mailto:[EMAIL PROTECTED]> wrote: > How do I change the session timeout page? I want my application to > display the actual home page on session timout instead of the default > "Return to homepage"-link page.
Try getApplicationSettings().setPageExpiredErrorPage(HomePage.class); in the init() method of your application. Kai --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]