// user site view using the request context locators;
// the managed page accesed here is the raw selected page
// as returned by the PageManager component; accessing
// the managed page here selects the current page for the
// request
request.setPage(new ContentPageImpl(requestContext.getManagedPage()));
request.setProfileLocators(requestContext.getLocators());
request.setAttribute(PortalReservedParameters.PAGE_EDIT_ACCESS_ATTRIBUTE,getPageActionAccess(request));
}