Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

Pattern Ditector Errors

Avatar

Level 7

Pattern Ditector showing errors related to well (granite/ui/components/foundation/well) while migration to 6.5.Can we use well still in 6.5 AEM.if so what is the sling.resourseType ?

 

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Level 10

Hi @JakeCham ,

I can't tell for sure what your problem is without the exact error description and code, but my guess is that AEM is complaining because you're using a Coral2 well. In AEM 6.5 you should be using the Coral3 library.

The good news is it's easy to find corresponding component! The Coral2 component is here:

/libs/granite/ui/components/foundation/well

The Coral3 component is here:

/libs/granite/ui/components/coral/foundation/well

You can check out this page for more information on migrating rom Coral2 to Coral3https://helpx.adobe.com/experience-manager/6-4/sites/developing/using/reference-materials/granite-ui...

Lösung in ursprünglichem Beitrag anzeigen

2 Antworten

Avatar

Korrekte Antwort von
Level 10

Hi @JakeCham ,

I can't tell for sure what your problem is without the exact error description and code, but my guess is that AEM is complaining because you're using a Coral2 well. In AEM 6.5 you should be using the Coral3 library.

The good news is it's easy to find corresponding component! The Coral2 component is here:

/libs/granite/ui/components/foundation/well

The Coral3 component is here:

/libs/granite/ui/components/coral/foundation/well

You can check out this page for more information on migrating rom Coral2 to Coral3https://helpx.adobe.com/experience-manager/6-4/sites/developing/using/reference-materials/granite-ui...

Avatar

Level 7

Hi Theo,

In Some components i am able to use granite/ui/components/coral/foundation/well.But in some components if i put Coral3 Well then functionality is not working properly.so i tried with granite/ui/components/foundation/container and it works. but that is also if i use coral 3 container the functionalities is not working again.when putting coral2 container only functionality is working fine as well as patter detector errors are not showing.is this okay ?