Multiple paragraphs in a CQ5 page don't work

折月煮酒 提交于 2019-12-02 00:58:56

问题


I tried adding muultiple "par" components in my template's JSP. But only the one appearing first is visible on the page.

Is there is limitation of using paragraphs in a page ?


回答1:


Just change the value for your path variable

<cq:include path="par1" resourceType="foundation/components/parsys" />
<cq:include path="par2" resourceType="foundation/components/parsys" />

this should help you in having multiple paragraph components



来源:https://stackoverflow.com/questions/14995633/multiple-paragraphs-in-a-cq5-page-dont-work

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!