Hello I have a problem, I don't know how to call in HTL an image that I uploaded through fileupload in a component, this is the structure of my fileupload in my cq:dialog <fileupload jcr:primaryType="nt:unstructured" ...
OS: RHEL 7.6 Server: AEM-6.5.1 SP-6.5.13 We already implemented our author using SAML. Now we have a requirement to expose a service to Third-party to query our assets via OAuth implementation and the final endpoint should be like below. http://localhost:4502/bin/querybuilder.json?p.hits=selective...
Hi, I was wondering if it's normal for us to be unable to access the standby instance for AEM. My team followed the documentation provided by: https://experienceleague.adobe.com/docs/experience-manager-64/deploying/deploying/tarmk-cold-standby.html and was able to set up both the primary and standby...
I'm trying to run two separate instances of AEM on my Windows 10 PC and for the one below, I'm using port 4512, but am getting errors. Could this be because everything funnels to the same .m2 folder. Is there something else I'm missing? [ERROR] The build could not read 2 projects -> [Help 1] [ERROR]...
Occasionally I receive a document that I have to sign, which I prefer to do digitally. Even less often, that document contains proprietary XFA elements, so the app that I normally use to do this will not accommodate it. I have tried no fewer than 11 Android apps, including two from Adobe, with no su...
Hello Everyone, Please find the details about the issue. Adobe Version : 6.5.12.0 When an author is trying to roll out a page from the blueprint tab, the window does not close automatically and clicking the X button error occurs and user is unable to go back to previous window. Text on the error is...
Hey folks, I'm working on an implementation for custom Sling Model exporters that rely on a GSON-based export framework we've built. What I want to do is change the way the JSON serialization happens every time this component is serialized. I have it working so that if I fetch the component direct...
Hi Community Members, I have to download all contents of an Asset folder in one go and it should not be in zip format. What would be the best way to do it? Thanks a lot in advance!!
In my en.model.json I can't fetch data from the method which doesn't have any inject or @Override For the below sample code In en.model.json queryedData is not coming up @Model(adaptables = SlingHttpServletRequest.class, adapters = { SampleModel.class, ComponentExporter.class }, resourceTy...