I have an AEM component with the following structure:
<div A>
<div B>
<div C />
</div B>
<div D>
<div E />
</div D>
</div A>
However, it shows in my AEM pages with this structure:
<div A>
<div B>
<div C />
</div B>
</div A>
<div D>
<div E />
</div D>
What is causing this, and how do I fix it? Thanks!
Solved! Go to Solution.
Views
Replies
Total Likes
Could you please share your component code, may be issue with HTML structure.
I tried same in 6.3, working fine for me.
Thanks
Arun
The only time i know of why AEM modifies DIVs of a component is related to eidting the component as discussed here -- https://aemcorner.com/aem-how-to-remove-div-wrapper-from-component/
Views
Replies
Total Likes
I tried putting the cq:noDecoration="true" tag in the component that is giving me the trouble, but to no avail. Am I doing this correctly?
Views
Replies
Total Likes
Could you please share your component code, may be issue with HTML structure.
I tried same in 6.3, working fine for me.
Thanks
Arun
I agree with Arun - i have developed many AEM components that include nested DIVS and never seen this happen.
Views
Replies
Total Likes
Can you please share with us the package to debug this?
I have also checked and it is working fine for me on AEM 6.3 and 6.4.
-Kautuk
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies