How do I make AEM open a new tab after clicking on the "Contact us" and "Register for webinar" buttons?Attached screenshot is the view I have, I'm missing a checkmark asking to open in same window or new tab.
I am using following code for getting resourceResolver ResourceResolver resolver = this.resolverFactory.getServiceResourceResolver(AssetComputeConstants.AUTH_INFO);this code is in my custom core bundle com.xxxx.mycore it is returning org.apache.sling.api.resource.LoginException: Cannot derive user ...
Hi Team,We have a requirement to develop a form component similar to the above structure and look and feel for the end user to submit, as of now these fields values will be static but later business might come up different options/Questions. The form submission will return response from backend syst...
Hi All, I got a content package to install in my AEM instance. But, i want to retain the 'jcr:created' date of content. (should be same as the one in package).I tried by modifying 'filter.xml' of package, adding merge="true" to filter and recreated package, installed but it didn't work.Update - trie...
Hi, I am facing an issue where the Tags are not being resolved on AEM 6.5 publish instance. The following code is being used to resolve the tagfinal TagManager tagManager = resourceResolver.adaptTo(TagManager.class);final Tag tag = tagManager.resolve("/content/cq:tags/abc");On AEM Author, tags are r...
Is it possible to migrate content from one org to another using CTT? For example, we have OrgA with an AMS setup and OrgB with an AEMaaCS setup. A user has access to both Cloud Manager instances. Can content be ingested using Ingestion Jobs from OrgA into OrgB?
Hi Team,We have Adobe Commerce integration from Adobe Experience Manager servers where in one of the AEM publish instance(with IP address) when connecting to Adobe Commerce Graphql APIs is giving 403 Forbidden error, in browser network call, magento request headers(magento-customer-group,magento-env...
Hi,When I am trying to push the newly created CF model to publishers it is blank, the old one's are working fine only the newly created are coming blank in publishers. Can anyone help me to understand this?
I need to query the page properties under 1 path, the properties to query: template (cq:template), title(jcr:title), isActive(cq:lastReplicationAction)
I got this error when try to start publish on my local. I still can figure what can cause this issue.org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: org.apache.sling.scripting.sightly.SightlyException: javax.script.ScriptException: Failure running script /libs/sightly/js/3rd-part...