Hi dongyuez38455966Yes, it's possible now. I have recently attended a webinar where Adobe has told us about modernization suite which can be used to convert the static template into dynamic.Webinar Link:Introducing the AEM Modernization Suite BlueJeans Network | Recording PlaybackRegards,Arpit Varsh...
Hi,Below links might help you to understand AEM+SPA integration.Please go through them once.Adobe Experience Manager Help | Getting Started with Angular and AEM SPA EditorReleases · Adobe-Marketing-Cloud/aem-guides-wknd-events · GitHubSPA Editor SDK Deep Dive - Part 2 - AngularRegarding,Arpit varshn...
Hi,You can get the property of the node in HTL using their path as shown below:<sly data-sly-use.page="/content/dev-aem/en/jcr:content">${page.jcr:title}</sly>Also, I would recommend writing these logics in JS use API or Java classes.
Hi satishPlease make sure the following thing:1. The QA author environment should be up and running.2. From your example, you have pointed it to localhost in code.It will work if dev author & QA author is on the same machine otherwise you have to give appropriate IP url.Also,Could you please try the...
Hi babak,The clientlib will be loaded in the page when you edit the dialog first time incase of extraClientlib property.If you want to load the clientlib in the component rendering. Better to load ClientLib in Component HTL file like below:<sly data-sly-use.clientlib="/libs/granite/sightly/template...
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