Hi Naveed,You can also use WCM Page api to read pages from CRX Repository. Your jsp would go like this:Resource res = resourceResolver.getResource(resourcePath);//Once you have a Resource instance, you can call the adaptTo method that converts the resource to another type(here, Page). Page page = re...