the links in the docs aren't available. Any other sources in the doc that provides the AEM 6.5.21 service pack?*update: I've tried all the other versions to 6.5.13 and all redirection link responded with 404
I am not able to write the junit for private methodNode metaNode = session.getNode(metadataNode);getPropeties(metaNode, generatedPath, workItem, wfsession);//till this its working private void getPropeties(Node metadataNode,String generatedPath,WorkItem workItem,WorkflowSession wfsession) throws Val...
Hello,I am doing a demo with Universal Editor and my local AEMaaCS instance. Most things work pretty well, but I cannot figure out why there is no button to "add a new component".Also, when I click on the "delete existing component" there is no error but nothing happens, the component doesn't get de...
I am trying to add a JSON-LD script through a component in HTML. I created an HTML file named productjson.html where I added the below script:<sly data-sly-use.product="com.**.**.**.******.Product"><script type="application/ld+json">{"@context": "http://schema.org","@type": "Product","offers": "${p...
Hey All, Lets say I have 2 different content fragments: PersonModelArticleModel When a someone wants to publish a Person CF they would have to go thru workflow, but when someone wants to publish an Article CF they won't go through a workflow. I assume this isn't out of box? Can this even be done? Th...
Hi Team, Trying to mock below code in sling Model@injectprivate SlingHttpServletRequest request; Below code is in test classprivate MockSlingHttpServletRequest request; still request is not getting mocked and returning null value. Can you please help me on this. Thanks in advance,Ashok Vutla
I am performing migration from AEM on-premise to AEM cloud. I am currently migrating client-libraries from /etc/design location to /apps/myproject location. After completion of this activity I ran a BPA tool and the BPA report is highlighting all the client libraries.I am taking reference of below l...
At first I used single values for a property businessCategories. but now I edited field in page properties as multifield.Now I have to change all the previous values in each page's jcr:content to multifield. How to do this bulk operation of changing to multifeld? It is throwing error when i use data...
Publish to Brand portal doesnt work for Non-Admins inspite of having read, modify and replicate permissions. This used to work earlier with same set of permissions for non admin users but suddenly stopped working after the oct 2024 brand portal release - https://experienceleague.adobe.com/en/docs/ex...
Hi, We have a couple of variations of the RTE table and so we have implemented a couple of dropdowns on the styles rte plugin to add the class at the table level. However, the OOB plugin for table is not selectable to add the styles. only the table's cell and content with in the table are selectable...