Pattern Ditector Errors | Adobe Higher Education
Skip to main content
JakeCham
Level 6
May 15, 2020
Risolto

Pattern Ditector Errors

  • May 15, 2020
  • 1 risposta
  • 3663 visualizzazioni

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 ?

 

Questo argomento è stato chiuso alle risposte.
Migliore risposta di Theo_Pendle

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/api/jcr_root/libs/granite/ui/components/legacy/coral2/migration.html

1 risposta

Theo_Pendle
Theo_PendleRisposta
Level 8
May 15, 2020

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/api/jcr_root/libs/granite/ui/components/legacy/coral2/migration.html

JakeCham
JakeChamAutore
Level 6
June 17, 2020

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 ?