> I can't seem to find anywhere, how I get wicket to automatically go to > the "home" page instead of the "Page Expired" page when the session is > invalidated (expires, or the user logs out).
Never actually tried this, but I don't see why it wouldn't work... Application.get().getApplicationSettings().setPageExpiredErrorPage( HomePage.class ); Let me know if this works for you. -dml- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]