// Not found in application namespace, so maybe its a framework page.
INamespace framework = getSpecificationSource().getFrameworkNamespace();
if (framework.containsPage(_simpleName))
{
if (LOG.isDebugEnabled())
LOG.debug("Found " + _simpleName + " in framework namespace.");
setNamespace(framework);