I am trying to add parsys in my base page component but its reflecting like this | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Sudheer_Sundalam

@monish_gavali ,

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.

1 reply

Sudheer_Sundalam
New Participant
July 31, 2023

@monish_gavali 

 

Add this in the head.html, if you have.

<sly data-sly-include="/libs/wcm/core/components/init/init.jsp" data-sly-unwrap/>

 

New Participant
July 31, 2023

NO i dont have head.html

Sudheer_Sundalam
Sudheer_SundalamAccepted solution
New Participant
July 31, 2023

@monish_gavali ,

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.