Expand my Community achievements bar.

SOLVED

Wrapping DIV's not generating for cq:includes

Avatar

Level 4

Hi,

      When we include any component in another component using below cq include, and when this component is used in a page.

<cq:include path="abc" resourceType="/xyz/components/content/pqr"/>

The above will add a wrapping div to generated HTML(DOM) like this

<div class="abc pqr">

But some configuration is not allowing in one of our environment in generating above wrapping div.

Could you please let us know the configuration that allows the creation of above wrapping div always.

Thanks in advance!

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

You should check components cq:htmlTag node, which is used to add wrapping div and other attributes.

/xyz/components/content/pqr/cq:htmlTag



Arun Patidar

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

You should check components cq:htmlTag node, which is used to add wrapping div and other attributes.

/xyz/components/content/pqr/cq:htmlTag



Arun Patidar

Avatar

Level 7

Hi,

as you can see from documentation  in [0] decoration are managed in different level.

I suggest you to check the documentation in [0] into the section related to JSP (which I think is your case).

Let us know if you need more info.

[0] Decoration Tag

Thanks,

Antonio