Hi All,
I am new to AEM and I am facing some problems in making website in AEM . Problems which i am facing are as follows:
1).First problem which i am facing is that , i have some parsys component on my page. First parsys component is working fine but rest of two are not working in the sense that no components are displayed to drag and drop for those component.
<cq:include path="par" resourceType="foundation/components/parsys"/>
<div class="container content">
<div class="col-xs-12 col-lg-6 col-sm-6">
<div class="col-xs-12 col-sm-12 left_par nopad">
<cq:include path="left_par" resourceType="foundation/components/parsys"/>
</div>
</div>
<div class="col-xs-12 col-lg-6 col-sm-6">
<div class="col-xs-12 col-sm-12 right_par nopad" style="overflow:auto">
<cq:include path="right_par" resourceType="foundation/components/parsys"/>
</div>
</div>
</div>
2).Second problem is that , editor mode is not working even i set the property to sling:resourceSuperType:foundation/components/page . It open as a blank page.
Thanks in Advance,