Hi Team,Hope you are doing great. Can you please me to resolve 403 error during post servlet call ForbiddenCannot serve request to /bin/servlets/job-apply on this serverApache Slingimport Vue from 'vue';import Axios from "axios";if(document.getElementById("job-details")){var app = new Vue({el: '#job...
Hi, I am curious about how can I add a custom item/option in the Tools section?. I have already gone through different blogs and documentation but haven't got a clear view of this. Can someone please guide me or give me a high-level understanding?. Thanks
If we keep enumeration Data Type to render as dropdown and enable required checkbox in Content Fragment Model. After we populate dropdown with dropdown items in content fragment, reopening it throws validation error even if dropdown value remains populated.
Hi All,I have use case, wherein client want to integrate their ADFS with the AEM author.The requirement is to:1. Enable login through ADFS2. AEM-ADFS group Mapping.3. Role rights as defined in AEM.4. The user should automatically be created as on log-in into ADFS successfully and the user redirected...
Hi, I have started my AEM instance in debug mode using the below command. But not getting how to add debug configuration in my IDE. Could you please guide me on this?command I used java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 -jar AEM_6.5_Quickstart.jar Thanks.
I have an explicit deny on a particular hierarchy of pages. Now, the group which has read access to those pages , does not have any other read access. Is it possible that because of these permissions, the users on that page are not able to see multiple components.I have 2 live copies, 1 with these p...
Hi There, I have a service say "Simple.java" that has an @reference for "ResourceResolverFactory". And a JUnit test class for the same service says "SimpleTest.java". While registering service "Simple.java" with aem context it is giving resourceResolverFactory null even though we have created a mock...
for people who are new to AEM how would anyone explain what is the difference between @AemObject and @SlingObject?for e.g. : public abstract class ComponentModel implements AemComponent { @SlingObject // AND @AemObject protected Resource resource;}my JUnit code which is like ctx.currentResource("/...
Hi Folks, I want to take only frontend module build and deploy to local AEM server.I have both ui.frontend and ui.apps modules. ThanksGanesh+91-9380201140
Hi,Is it possible to change the name from .aem-grid to custom project name. For example:.aem-grid{.generate-grid(default,@max_col);}to .custom-name-grid{.generate-grid(default,@max_col);}