Details
Description
In facelets 1.1.14, I can load page from classpath via ResourceSolver,
by in myfaces 2.0.0-beta-3, I cant do this, because 'DefaultRestoreViewSupport.checkResourceExists' method check the resource exists using 'servletContext.getResource(path);', should do some delegate.