In our javascript we create a global object that is used by many of our components. It seems to work fine when viewing the page without "editor.html" in the path; however when viewed with "editor.html" the variable is created and then removed entirely. So far I have not been able to figure out what ...
Hi,I am configuring the Email notification on AEM and I'm facing some issues to configure the host of the links sent in the email notifications. They are being sent as http://localhost:4502I followed the instructions at [1]The Day CQ Mail Service and Day CQ Workflow Email Notification are set to us...
Hi Team ,I am able to get the current user in JS by adding the dependency cq.widgets .But, it contains many JS files .So,can someone suggest what are the exact JS files required.
I am trying to convert an .docx file to html using apache POI. Now the case is when I deploy my bundle to OSGi felix in CQ5 I am getting the exception as :java.lang.NoClassDefFoundError: org/openxmlformats/schemas/wordprocessingml/x2006/main/impl/CTSectPrImpl$1HeaderReferenceList at org.openxmlform...
In layouting mode I kept four components set side by side (desktop.jpeg).In mobile resolutions I want all four components to lie one below the other, which I'm able to achieve(mobile.jpeg). But the problem is, I want each of them to take 100% width of the display as shown in second image. I'm not ab...
Hi,We are looking at possibilities for using AEM 6.1 + Solr for search requirements like filtered search,auto type serach,search based on property/metadata filters,full text search etc.But SOLR might come up as infra structure laterSo when we start our 1st phase of implementation we will be using de...
Hey, I'm spending dynamic period by using your solution named AEM.I think it's quite a good solution in maintainer's perspective, but I wonder is there a recommended way to communicate between components. As using JCR as a some kind of temporary message queue seems too heavy, so I customize JS part ...