Hello Community, I've been attempting to rebuild my Local AEM Development Environment for the last couple days and every time I'm running into several errors no matter what I've tried to do. I'm also getting errors in the VS Code when I do a clean install of my branch. Here is my situation: I'm us...
I am trying to create a nested multifield but the inner multifield data is not populating. Attatching my sling model and sit-ly code. Please help I am a fresher.
Hi Has anyone ever connected AEM on-prem with their AJO? What we wanted to do is to be able to send different offers (using AJO) to AEM Screens Was trying to search for any relevant documentation as well. Any help would be appreciated!
Hi Team, I am working on AEM 6.5.0, I made a model after copying an existing core component titled V1, But When I tried to use that model, with my sightly it threw an error attaching a screenshot, Html Template: https://prnt.sc/raGquoWXKlK2 Model(Java File) : https://prnt.sc/sRe-G82Ty13t ...
Hi Team, I want to give some default styels for components, in my template I have some group of styling, where like Alignment group(left,right), another group like(color) so In alignment I want left should be default. I used defaultstyleclass in template but when I change other style color then alig...
Hi, I'm getting the following error sometimes(not always) on submission of foundation form(cannot use core form component for some reason). Using AEM 6.5.10. POST /content/xxx/form.html HTTP/1.1] org.apache.sling.servlets.get.impl.DefaultGetServlet No renderer for extension html, cannot render r...
Hi Team, to trigger Adobe Cloud Manager CI/CD pipeline for a program/project via jenkins. i found there are two ways - installing Adobe Cloud Manager plugin and configure AIO integration to access the pipelines and trigger it - in Jenkins job - using bash script to run Adobe IO CLI commands to tri...
Hi All, Got some requirement my one of the site to new domain redirect means like old domain to new domain redirect. It would be great help if someone share the articles / experience - what all files are need to modify . Thanks in advance. -- Nani
All, I have a custom process step within the dam update asset workflow where the step needs a resource resolver instance which I get from the workflow session via adaptToResourceResolver resResolver = workflowSession.adaptTo(ResourceResolver.class);I do NOT have a closeable try block as in below sin...
I want to create a node but I get Invalid name or path exception while creating a node, below is the exception javax.jcr.RepositoryException: Invalid name or path: parentCategoty/tco[a].jpg Hence I am using JcrUtil.escapeIllegalJcrChars to sanitize the path before creating but it seems not wo...