Expand my Community achievements bar.

SOLVED

I am trying to add parsys in my base page component but its reflecting like this

Avatar

Level 2

monish7_0-1690833872703.png 

monish7_0-1690833931665.png

 

 

1 Accepted Solution

Avatar

Correct answer by
Level 6

@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.

View solution in original post

3 Replies

Avatar

Level 6

@monish7 

 

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

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

 

Avatar

Correct answer by
Level 6

@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.