// check and make sure we have a writer
if (writer == null)
throw new GeneralException("Cannot load dynamic content with a null Writer");
// load the page
PageInstance pageInstance = siteContext.getPageManager().getPage(path);
Page page = new Page(pageInstance);
context.disableCheckReservedNames(this);
// expose the page in the context