Expand my Community achievements bar.

SOLVED

Issue in Enhancement of touch UI Dialog/Component

Avatar

Community Advisor

We are enhancing the components that already build in AEM 6.2 using touch UI. When we are deploying our enhancement to author environment and replicated, there is no components shown in the page, but the component is existed in the page and also jcr property is updated.

Could you please let us know what went wrong? Thanks in advance.

     

We are enhancing the components that already build in AEM 6.2 using touch UI. When we are deploying our enhancement to author environment and replicated, there is no components shown in the page, but the component is existed in the page and also jcr property is updated.

Could you please let us know what went wrong? Thanks in advance.

1 Accepted Solution

Avatar

Correct answer by
Level 9

Hi Arpit,

Couple of things can go wrong like

  1. Dispatcher cache is not cleared.
  2. recompile the classes in publishers.   /system/console/slingjsp
  3. Replication is not completed due to permission setup.
  4. May be custom code has logic depond on run mode if so validate the implementation.

Thanks,

View solution in original post

1 Reply

Avatar

Correct answer by
Level 9

Hi Arpit,

Couple of things can go wrong like

  1. Dispatcher cache is not cleared.
  2. recompile the classes in publishers.   /system/console/slingjsp
  3. Replication is not completed due to permission setup.
  4. May be custom code has logic depond on run mode if so validate the implementation.

Thanks,