Hi,Can someone help me out in fetching emailparams into email template? in this case i want to fetch first name in the email template.Below is my servlet codepublic class ContactServlet extends HttpServlet {@Referenceprivate EmailService emailService;private static final long serialVersionUID = -650...
Hello, Whenever i am trying to create the system user it is showing me this message please help me for this issue.. Error:System users must be located in the 'system' subtree of the user root.
Hello, I am shashank singh. I am trying to read the node properties in json formate but i am getting the error message.. so is there any way to read the node property from dam path in json format.
I want to import a set of users into AEM Instance from excel file. Manually creating users would take a lot of time. Is there any other ways to import users in AEM?
Hi,We have 2 hosts (xyz and abc) and both share the same content. However, we need to show personalised content to users on home page based on hostname.Ex: If the user visits xyz's home page then show different content and if user visits abc's home page then show different content.We can use differ...
Requirement:- send email upon form submission. Below is my class. I am getting null pointer exception when i print the emailService. Can anyone help me out please.import java.util.HashMap;import java.util.List;import java.util.Map;import org.osgi.service.component.annotations.Component;import org.os...
Hi,In my current custom workflow referenced items are not getting published. I want to have a functionality similar to OOTB publish workflow where it gives a popup in publish wizard and asks if we want to activate referenced items as well. Can you please help me as to how can I implement the same be...
I need to implement url shortening functionality in two ways. First, I don’t want to show site structure (/content/site/en/..) in browser url. Secondly, <a href> url on component should show only short url instead of complete page hierarchy (not starting with /content). I have seen multiple forums...
I'm trying to automate a few tests with AEM/Hobbes.JS and one of the tasks is to make sure that the color of the texts are correct. For this, I would have to check the value of the "Color" attribute of the CSS that's applied to the text. However, from what I've seen in the documentation, the css cla...
Created a content workflow model by referring default workflow model 'Request for activation' and its working fine when tested. But only issue i have observed is that publisher name is not gets reflecting in 'published' column of a page in siteadmin. Its showing publisher name as 'workflow-process-s...