Issue in Enhancement of touch UI Dialog/Component | Community
Skip to main content
ArpitVarshney
New Participant
April 11, 2017
Solved

Issue in Enhancement of touch UI Dialog/Component

  • April 11, 2017
  • 1 reply
  • 683 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by MC_Stuff

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,

1 reply

MC_Stuff
MC_StuffAccepted solution
New Participant
April 11, 2017

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,