Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Component's jsp is not rendering in Touch UI

Avatar

Level 9

Hi All,

I have created a simple template and this template is associated with a component jsp.This page is three sections header,parsys and footer.

If i create this page with this template,template is rendering as expected in classic UI and in touch UI it's showing blank.

Do i need to make configurations to template/configurations?

Thanks,

Kishore.

1 Accepted Solution

Avatar

Correct answer by
Level 10

The reason is because in AEM 6 and Touch UI - when creating a page component - you have to specify the page type:

 foundation/components/page

See this article:

https://helpx.adobe.com/experience-manager/using/creating-touchui-component.html

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

The reason is because in AEM 6 and Touch UI - when creating a page component - you have to specify the page type:

 foundation/components/page

See this article:

https://helpx.adobe.com/experience-manager/using/creating-touchui-component.html