Is it possible to localize session expiration error page ? Error messages are hardcoded in PageExpiredErrorPage.html.
In your init() method of the application-class you can go: getApplicationSettings().setPageExpiredErrorPage(YourClass.class); .. and then create YourClass_lang.html pages for it. -- Edvin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
