Page properties not getting fetched | Community
Skip to main content
October 16, 2015
Solved

Page properties not getting fetched

  • October 16, 2015
  • 5 replies
  • 942 views

Hello,

The default page properties are not getting fetched for any of my pages.

Is there any code I am missing in my template?I added all the files under /libs/wcm/foundation/components/page for my template.

Please help.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by edubey

Its recommended to override default page component, if you are not ware of this please see  this basic and helpful article which will guide you to follow a recommended approach refer @ https://docs.adobe.com/docs/en/cq/5-6-1/howto/website.html

5 replies

smacdonald2008
Level 10
October 16, 2015

What procedure are you performing to create the pages? 

See this AEM doc topic for information on creating a page. Once you create a page, its props are set: 

https://docs.adobe.com/docs/en/aem/6-0/author/page-authoring/first-steps.html#Creating a New Page

edubey
edubeyAccepted solution
Level 10
October 16, 2015

Its recommended to override default page component, if you are not ware of this please see  this basic and helpful article which will guide you to follow a recommended approach refer @ https://docs.adobe.com/docs/en/cq/5-6-1/howto/website.html

October 16, 2015

Hello,

Thanks for all the help.Included page.jsp to my head.html which has the redirect rules.That worked fine :)

October 16, 2015

I have a custom page template for which the resource supertype is the foundation/components/page/page which basically has all the required files.I guess I am missing some code on my template due to which its not referring those properties.Not sure on what exactly I am missing.

Lokesh_Shivalingaiah
Level 10
October 16, 2015

Hi Sonali,

Are you directly giving resourceType as foundation/../page for the template or resourceType for the page component which is referred by the template ?