Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

Why am i not bale to see the Basic and Advance tab in Page Properties?

Avatar

Level 2

Hi,

I am trying to create a static template and create a page using that template. But unfortunately i am not able to see the properties tabs. Please find the below image. I am using the AEM 6.4.8.0 version 

Can you please help me ?

Regards,

Surya.

surya1_0-1589887329390.png

 

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Community Advisor

Did you try to override page properties dialog in your page template, if yes then then isseu is in ur page properties dialog please check that.

You can compare your custom page component with we  retail or wknd you will be able to identify the issue.

Lösung in ursprünglichem Beitrag anzeigen

4 Antworten

Avatar

Korrekte Antwort von
Community Advisor

Did you try to override page properties dialog in your page template, if yes then then isseu is in ur page properties dialog please check that.

You can compare your custom page component with we  retail or wknd you will be able to identify the issue.

Avatar

Level 2

The component sling:RecourceSuperType is points to /libs/wcm/foundation/components/page. Therefore i copied the dialog from this location and place it over my template. What exactly is the issue?

Avatar

Level 2
I think i got it. Thanks..

Avatar

Level 10

Hi @surya1,

I had similar problems with static templates when upgrading to a 6.5. The issue was that they depended on the deprecated /libs/wcm/foundation/components/page component. This dates back to the 6.1 and should no longer be used. Please use /libs/wcm/foundation/components/basicpage/v1/basicpage instead (or better yet, think about migrating towards AEM Core Components). There should be very little impact in switching to the newer foundation page 🙂