Hey guys,I am working on AEMaaCS, trying to use acscommons.io.jsonwebtoken in a util located in core project.In my uitl, I:import acscommons.io.jsonwebtoken.Jwts;import acscommons.io.jsonwebtoken.SignatureAlgorithm;I am following the guide:https://adobe-consulting-services.github.io/acs-aem-commons/...
Hi,my AEM bundle is not starting on local due to "org.apache.sling.servlets.annotations -- Cannot be resolved".I can't find any bundle exporting "org.apache.sling.servlets.annotations". The package is needed for using SlingServletFilter.I wonder what I might miss because it was already running like ...
Is it possible to adapt to great grand children using sling models. My content structure is as below which is created using nested multi-field.comp-node/ multi-field-node/ item0/ sub-multi-field-node/ sub-item0/ sub-item1/ item1/ item2/As I understand w...
When i try to add event filters property for page events .Event handlers are not able to listen to the page events ,But the same code is working with different event topics like resource added ,remove ,changed .When i remove the event filters property its working fine for page events also like page ...
Hi Team, We have an use case where we have to enable WebDav only to a administrator or One custom user group in AEM. I know we can disable the bundle to disable the webDav but this way even administrator or super user cannot have access.any leads here please?
Adobe credentials manager is not loading. Got a blank page Steps followed:1.https://www.certmetrics.com/adobe2.https://auth.services.adobe.com/Entered userid and password and got below error
Hello Everyone, This is part of dynamicComponent.html component. Calling other component: helloworld by passing the param.<div data-sly-resource="${ 'sample' @ resourceType='abc/components/helloworld', appendPath='/*', decorationTagName='div',cssClassName='new section aem-Grid-newComponent',param='t...
Hi All,I'm working on a component which will add multiple parsys, via Sling Model. The parsys isn't generating but any html apart from that is working as expected.Java @inject private Integer pNumber; //input public String getPContent() { StringBuilder contentBuilder = new StringBuilder(); f...
Following is the use-case I'm dealing with : I need to create a custom component wherein I've to design a dialog which will have a dropdown within it and the values of the dropdown should be sent over from backend sling model. Ideally, the requirement is to show the latest 4 pages title in the dialo...