|
Page Edited :
WICKET :
Error Pages
Error Pages has been edited by syl (Feb 08, 2008). Content:
In your WebApplication class... ... getApplicationSettings().setPageExpiredErrorPage(PageExpiredErrorPage.class); getApplicationSettings().setAccessDeniedPage(AccessDeniedPage.class); getApplicationSettings().setInternalErrorPage(InternalErrorPage.class);
// show internal error page rather than default developer page
getExceptionSettings().setUnexpectedExceptionDisplay(IExceptionSettings.SHOW_INTERNAL_ERROR_PAGE);
...
You can also add customized error per page. In your WebPage class... ...
getRequestCycle().onRuntimeException(new MyErrorPage(), theException);
...
|
Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request
Unsubscribe or edit your notifications preferences
Unsubscribe or edit your notifications preferences
