Through sightly I printed a list of textarea values entered via dialog as follows: <sly data-sly.use.commenti=${resource.path}/commenti> <sly data-sly.list.commento="${commenti.listChildren}"><p> Comments: ${commento.testo}</p> "Testo" is the value in the dialog inside the textarea. In the model i...
Hi everyone,we need to create a PDF in AEM.I don' t think there is an out of the box way / library to do it, but I may be wrong.I have seen some old answers but the links to the solutions are not available anymore.We don' t use AEM Forms on our instances and I don' know how hard it is to add it.Anyw...
Hi Team,I have a requirement related to AEM 6.5.13 version, Is there any possibility to display a custom success or failure message to end user UI once after Workflow which is triggered by end user is completed ?let me know the approach or steps if available.Thanks,Manohar
Hi, We are trying to implement the adobe photoshop action api with the aio app builder to capture the png and psd files with Layered PSD non-destructive and transparent background. When deployed the app builder code and triggering the action code via post processing profile, we are getting a rendit...
With a multifield and textarea component I am trying to sightly print the values inserted into the textareas and then print the modified values by means of a method in the sling model.I wrote <data-sly-list.commenta="${comments.listChildren}">${comment.text}${model.modifyText} It continues to p...
Hello, I’m looking for information regarding Adobe's plans for supporting JDK 17 and JDK 21 for AEM 6.5. Has there been any official communication or timeline shared about when support for these Java versions will begin? Appreciate any insights or updates from the community or Adobe representative...
In our QA AEM publishers, the mapping rules have changed, It now appears to be pointing to map/https/cps instead of map.publish/https/qa-cps on both QA Publishers. We checked the Apache Sling Resource Resolver Factory in both QA publishers and the mapping location looks correct. Why would the mappin...
We have configured AEM assets to hide the "Share Link" button in the action bar for certain groups. This was done via:Tools → Assets → Assets Configuration → Link Share - Deny from Groups settings.This configuration works correctly in the Assets Admin view. However, the "Share Link" button is still ...
Hi, we are creating a react application and editing with universal editor. Our model is done with content fragments. We are trying to customize the richtext when you try to edit via universal editor but I can't try to find any documentation. We are trying via extensions but only works over the cont...
We are displaying forms using 6.5 as HTML with great success however, there are a few forms using some javascript that doesn't seem to translated. The particular line of code that seems to be acting different from PDF to HTML is this line: var root = xfa.resolveNodes("xfa.record.mynode[*]") In PDF, ...