{
pageInstance = storedPageInstance;
pageInstanceIsFresh = false;
if (renderCount != null && pageInstance.getRenderCount() != renderCount)
{
throw new StalePageException(pageInstance);
}
}
else
{
// the found page class doesn't match the requested one