If I want to output the attribute name via HTL, how do I go about doing this?For example I want to be able to specify the meta tag as either <meta name=.. or <meta property=....When I try this...<meta ${metadata.metaTypeName}="${metadata.metaTypeNameValue}" content="${metadata.metaContentValue}" />I...
Hi , we are trying to upgrade classical UI components to the Touch UI as part of that trying to capture the selectionchanged event in Touch UI. I need an example for this, that helps me to proceed further.Thanks In Advance.
Hello,we are working on the upgrade project from AEM 6.0 to AEM 6.3. We have deployed our code to 6.3 instance and validating the UI. The siteadmin and damadmin tabs are loading fine, however the User Admin tab is not coming up. In the Network tab of developers tools I can see that it keeps calling ...
We have an issue where after AEM has been running for several hours and retrying failed jobs as expected, sling stops retrying failed jobs for several hours. After several hours, it goes back to normal and resumes retrying the failed jobs until either they succeed or have reached the maximum number...
I have created a custom servlet to send workflow notification to all the Approvers using this thread How to use custom email template in a workflow step? But now another requirement is to send email notification reminder again to all the approver after 48 hours to approve the workflow. I am looking ...
Hi All,Am trying to add an image to the floating image gallery in the author page and sometimes after adding an image, the page is taken down with an exception:javax.jcr.ValueFormatException: fileReference =[folder/test/testimage/xyz,]is multi-valued. => Note the comma getting added at the end of im...
Hello!I am using AEM 6.1 and I am unable to access the "open properties" in the touch UI and the sidekick in the classic UI. I am seeing the same error in AEM 6.2. This is what I am seeing in the console tab of the browser"[Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated be...
We have one instance of AEM 6.2 running an external facing website. We will call it " sitea " externalWe are in the process of adding an internal facing site that will be served from the same AEM instance. We will call that site "siteb" internalWe have an external facing webserver and dispatcher co...
We are working in an AEM 6.1 environment and have created an activation preprocessor that will stop pages from being activated if certain attributes are not set. That works great but we'd also like to change the error message that's displayed by the activation process when the preprocessor throws a ...