Views
Replies
Total Likes
@monish7 ,
You should include init.jsp in your page structure hierarchy for parsys to show up correctly.
You can try adding at 1st line of body.html file from your screenshot.
Ideally, this <sly> line should be added in head.html/headlibs.html(which holds all the clientlib declarations.
Add this in the head.html, if you have.
<sly data-sly-include="/libs/wcm/core/components/init/init.jsp" data-sly-unwrap/>
NO i dont have head.html
@monish7 ,
You should include init.jsp in your page structure hierarchy for parsys to show up correctly.
You can try adding at 1st line of body.html file from your screenshot.
Ideally, this <sly> line should be added in head.html/headlibs.html(which holds all the clientlib declarations.