


Hi,
I have created a live copy from Geometrixx site. I have pointed cq:template and sling:resourceType of parent page to my custom template and page component. I have created a new child page, when I checked the page properties of child page I don't see inheritance on my child page.
-Sample/
-en/
-childpage/
Could you please let me what am I missing here to get the "en" page properties on my childpage.
I am able to see the lock symbol on child page properties after adding the mixin "cq:LiveRelationship" and able to fetch my root page properties
Views
Replies
Sign in to like this content
Total Likes
Normally via ${inheritedPageProperties.yourProp} the properties can be retrieved.
and you can do
com.day.cq.commons.inherit.InheritanceValueMap _pageProperties = (com.day.cq.commons.inherit.InheritanceValueMap) pageContext.getAttribute("pageProperties");
Views
Replies
Sign in to like this content
Total Likes
Hi,
I don't want the code to fetch inherited page properties. I am just checking why the lock symbol on my child page properties is not displaying.
In short, I want to see all the properties of my parent page properties on my child page properties (with lock symbol).
Views
Replies
Sign in to like this content
Total Likes
I am able to see the lock symbol on child page properties after adding the mixin "cq:LiveRelationship" and able to fetch my root page properties
Views
Replies
Sign in to like this content
Total Likes
Views
Replies
Sign in to like this content
Total Likes
well that was easy, good old pebcak then
I have created a live copy from Website. I have pointed cq:template and sling:resourceType of parent page to my custom template and page component. I have created a new child page, when I checked the page properties of child page I don't see inheritance on my child page.
-Sample/
-in/
-productpage/
Could you please let me what am I missing here to get the "en" page properties on my productpage.
Views
Replies
Sign in to like this content
Total Likes