We are excited to announce that Adobe Developers Live returns on November 12, 2024, bringing together the Adobe Experience Manager and Commerce community in a hybrid format. Whether you attend in-person at Adobe’s HQ in San Jose, California, or virtually, this event is designed to provide valuable ...
I have installed aem core components package (version 1.1.0) on my 6.3 local instance. This package has all the v1 components. For the text component, I don't see a lot of features within the rich text editor. For eg, I dont see source editor, copy paste options, find& replace options etc. I have g...
I'm trying to come up for a solution where I can have a multifield of 'buttons' at the bottom of a component to have variable number of buttons. I want to make sure to use the same rendering as our button component, but I'm facing two hurdles. I know with buttons I could use a parsys, but I'm lookin...
Good morning!With AEM 6.4 we want to build a component that reacts to the current visitor's country. We get the GPS coordinates via HTML (if visitor confirms). In AEM 5.6 we had a 'compute Address' function which returned the country and more details (it was based on Google Maps). This function was ...
I had installed AEM 6.2 Cummulative Feature pack 14 and also an hotfix provided by Adobe Support team. But after installing the CFP14 and hotfix, AEM 6.2 instance is not starting. I am getting below error.01.06.2018 13:53:56.069 *ERROR* [FelixStartLevel] ERROR: Bundle '1' Error starting slinginstall...
Though the Workflow is running, the Archive tab is not showing anything, e.g. after adding an image to the DAM. In CRXDE, I can see old and new items created under /etc/workflow/instances/server[n]/YYYY-MM-DD.We are in the process of migrating Author 6.0 CRX2 to Author Oak, a step before moving to ...
I've followed the instructions for setting up User Sync on a pub farm, and I'm getting what looks like a failed attempt on Author to pull. The user is listed as communities-user-admin but this isn't the user that I set up under the Secret Transport Provider. Is this possible why i'm having an issue?...
I have a custom multi field in page properties which is saving values as child node. In AEM 6.1, it is working fine. But after migrating to AEM 6.3, I am able to add the values in dialog for the first time, and on save, it is getting saved as expected in page node. But next time when I open the dial...
HelloWe have a requirement to create a component to broadcast messages to users in the form of a "pop-up window" on the page.Authors should have the ability to edit the pop-up component message, and on publishing , the message should be be displayed at the center of page as a dialog only , and shoul...
So I have a Sling servlet that reads data from another API (let's call it APIX) and APIX gives me the data in JSON format.When I debugged my code, it seems the response I get from APIX is intact.When I pass the JSON I got from APIX to browser, I can see that AEM has "link checked" all the liks I hav...