Hello Guys,I am trying to deep link routing path in AEM SPA similar to pure angular applications.The reason I need to pass some information(Id) in the URL and does'nt want to use query parameter in URL like "/testpage?id=124"Pure Angular Routing { path: 'test-page/:Id', component: testComponent } Bu...
I am trying to overlay workflow Instances dashboard(http://localhost:4502/libs/cq/workflow/admin/console/content/instances.html) and add option to sort(Similar to sites list view). But the instances page node is greyed out and does not have an option to overlay Has anyone tried to customize OOTB wor...
I need to bold few words in a texfield.For example,below are my XML<paragraph>"Join with <b>Adobe enterprise products</b>. Access a vast library of learning content and <b>courses</b>, get personalized recommendations, and <b>connect with a vibrant community of fellow learners</b>".</paragraph>And I...
Hi All, I want to get all available language codes in AEM.Is there anyway we can get country and language codes in 2 digits? Currently I'm using all the codes by creating enum.Is this correct way of using language codes in AEM OSGI servicesThanks,Aruna
Went through the SPA Editor Angular Tutorial and then looked into the Remote SPA Tutorial. The Remote SPA Tutorial is in React, but I don't see any mention of limitations for Remote SPA and would like to use Angular. Are there any limitations (Ex. Supports React only)? Any references to look at? Bas...
I'm using AEM 6.5, I have just deployed service pack 10 into my AEM.Whenever I add a component in my content page, the component is available to edit only after a manual refresh. There are around 10 components and the behavior is happening for each of the components in the page.This problem is happe...
Hi Community member,I am getting started with the AEM developer course, so while going through the developer guide /help book One question /doubt came across to me.In the above image, you can see the folder/directories structure. I made two components understructure 1- site-topnav & 2- title and the...
While migrating from felix annotations to osgi annotations , we are facing error in multiple component where all the components state are failed activation , throwing following error java.lang.NullPointerException at org.apache.felix.scr.impl.manager.SingleComponentManager.createImplementationObjec...