この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
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!
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
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/
表示
返信
いいね!の合計
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?
表示
返信
いいね!の合計
I agree with Arun - i have developed many AEM components that include nested DIVS and never seen this happen.
表示
返信
いいね!の合計
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
表示
返信
いいね!の合計