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!
Solved! Go to Solution.
Views
Replies
Total Likes
You should check components cq:htmlTag node, which is used to add wrapping div and other attributes.
/xyz/components/content/pqr/cq:htmlTag
You should check components cq:htmlTag node, which is used to add wrapping div and other attributes.
/xyz/components/content/pqr/cq:htmlTag
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
Views
Likes
Replies