protected void processPage(Page page) throws Exception {
final Context context = page.getContext();
final boolean isPost = context.isPost();
PageImports pageImports = createPageImports(page);
page.setPageImports(pageImports);
ActionEventDispatcher eventDispatcher = ActionEventDispatcher.getThreadLocalDispatcher();
// Support direct access of click-error.htm