Pages not rendering in Touch UI for Editing | Community
Skip to main content
December 21, 2015
Solved

Pages not rendering in Touch UI for Editing

  • December 21, 2015
  • 3 replies
  • 1924 views

Hi,

    Pages are not retrieving its contents in Touch UI mode for editing.If the url get modified to cf#(classic UI) values are retrieving.This issue occurs with customized sites as well as with demo sites in AEM.

    I am using AEM 6.1.Please guide me to resolve this.

   http://hostname:port/editor.html/content/geometrixx/en/company/press.html  - Facing an issue

   http://hostname:port/cf#/content/geometrixx/en/company/press.html - Working

 

Thanks!

Kirithi

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 kautuk_sahni

Make sure that your page component's sling:resourceSuperType is set to /foundation/components/page. It will inherit both dialog and cq:dialog. That will most likely solve both the editor.html and page properties issues.

Link:- http://stackoverflow.com/questions/28287697/aem-6-0-no-content-in-editor-html-window

Thanks and Regards

Kautuk Sahni

3 replies

smacdonald2008
New Participant
December 21, 2015

Do all Geometric sample pages fail to render in touch? Check error log. 

December 21, 2015

Hi,

    Thanks for your reply.I tried this before but it is not workingsad

 

 

   Thanks!

    Kirithi

kautuk_sahni
kautuk_sahniAccepted solution
Employee
December 21, 2015

Make sure that your page component's sling:resourceSuperType is set to /foundation/components/page. It will inherit both dialog and cq:dialog. That will most likely solve both the editor.html and page properties issues.

Link:- http://stackoverflow.com/questions/28287697/aem-6-0-no-content-in-editor-html-window

Thanks and Regards

Kautuk Sahni

Kautuk Sahni