Hi Guys,
Anyone had the problem using the component parsys in the Static Template?
I was creating static template but it isn't showing the edit option on the parsys component.
Show the screens bellow.
Anyone can I help me?
Alisson
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
If you are using static template in touch UI, then you'd need to follow the old approach of adding the components/component group via 'template design'.
HTH
조회 수
답글
좋아요 수
I will look into this.
However - in AEM 6.4 - static templates no longer represent best practice. Adobe recommends Editable Templates -- Scott's Digital Community: Guided Journey for Experience Manager on Editable Templates
조회 수
답글
좋아요 수
smacdonald2008 thank you.
I'll be waiting for your answer.
조회 수
답글
좋아요 수
If you are using static template in touch UI, then you'd need to follow the old approach of adding the components/component group via 'template design'.
HTH
조회 수
답글
좋아요 수
On 6.4 - i setup a little project where my parsys component was embedded into the script of the page - like this:
It works fine.
조회 수
답글
좋아요 수
gauravb10066713 Do we need to do this always when I create the new page?
조회 수
답글
좋아요 수
that is standard practice. Did it work for you?
조회 수
답글
좋아요 수
ok smacdonald2008 but it isn’t working when I do in the main.html of the template.
조회 수
답글
좋아요 수
Yes. It worked.
조회 수
답글
좋아요 수
Hi,
It works for me as well.
What you need to do is simply test and include the parsys in the component JSP in the below way.
<html>
<%@include file="/libs/foundation/global.jsp" %>
<cq:include script="/libs/wcm/core/components/init/init.jsp"/>
<body>
<h1>Here is where your custom AEM Column component will go</h1>
<cq:include path="par" resourceType="foundation/components/parsys" />
</body>
</html>
It will work. It works for me. Below is the screenshots.
Hope this helps!!
Thanks,
Ratna Kumar.
조회 수
답글
좋아요 수
Hi,
If you use HTL i.e, ex: main.html then it is not recommended to use static templates.
Please use Editable templates.
Thanks,
Ratna Kumar.
조회 수
답글
좋아요 수
you don't need to do it again for any number of pages that you create from that template.
조회 수
답글
좋아요 수
Awesome!
I’ll try do that and give you the Feedback.
thanks!
조회 수
답글
좋아요 수
Glad you got it working - this is the benefit of the AEM community!
조회 수
답글
좋아요 수
Thanks, smacdonald2008 too!
You are always helping us.
조회 수
답글
좋아요 수
smacdonald2008 I have AEM 6.4.6. While i understand that editable templates are the best option in 6.4.6, does it mean that "normal" are not supported any more? i come from a 6.3 background. I created a few templates under /apps/<project>/templates. I also created a few configurable templates. When i go to sites and do a "new page" i dont see the templates i created under the /apps/<project>/templates but only see the ones which i created as configurable templates. Any idea whats going on here?
조회 수
답글
좋아요 수
Nothing to do with editable/static templates its issue with the allowedtemplate property on your content node likebelow-
You need add your apps folder path like below-
조회 수
답글
좋아요 수
I realized that yesterday. Stupid me.
조회 수
답글
좋아요 수
Just want to check if we can use touch UI component (sightly) component in static template page?
조회 수
답글
좋아요 수