Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Unable to edit and delete the component in AEM 6.4

Avatar

Level 3

I have two components. Component1 and component2. Both components jcr:primaryType is cq:component.

In component1, I have included component2. Component2 sling:resourceSuperType is wcm/foundation/components/parsys.

In component1 I have included component2 like below

<div data-sly-resource="${'par' @ resourceType='sample/core/components/parsys/par3col'}"></div>

we are having 'par' under '/apps/settings/wcm/designs/sample/jcr:content/page/par'

Now I couldn't see the configure button in page if I tried to edit the component1. rather I could see delete button and others.

Also If i tried to delete the component1, I'm unable to delete and getting this below console error

If I remove 'par' from the above code snippet, I could see the configure button while editing.

Arun Patidarsmacdonald2008Ratna Kumar​ can you help with this?

1 Reply