Hi,The extraClientLibs added in cq_dialog will be loaded if the component is present on the page.It will not be loaded on the page creation if component is not on the page.Please read the documentation: AEM Components for the Touch-Optimized UI which says:"To have your client library loaded solely f...
As mentioned above, please open this Config in OSGi Configuration "Day CQ Link Checker Transformer" and make sure "Disable Checking" field should be unchecked.
Hi,It seems like AEM didn't stop properly.Please open your command prompt and run below commmandsnetstat -ano | findstr :4502It will return you PID(note that down)After that run the below command:taskkill /PID <typeyourPIDhere> /FPlease refer this blog Windows Kill Process By PORT Number.
Hi Sumit,Yes,Ideally it should be loaded once on dispatcher as well.There is some issue at the dispatcher only.Could you just clear the dispatcher cache of that page and give it another try?Regards,Arpit Varshney
As mentioned in the post(how to hide header menu item when using mobile devices? ),Please write your logic in SlingModel/Wcmusepojo class to check whether the device is mobile or not and put a check in htl like below:package com.dev.java;public class Main extends WCMUsePojo{private boolean mobile;@O...
own votefavorite 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 ple...
We have a requirement to customize the OOB Assest share and assest editorcomponent in AEM 6.2.(available at /libs/dam/components/asseteditor &/libs/dam/components/assetshare path respectively)Few challenges I can see: 1.The component dialog is available only in Classic UI but we want the same in tou...