Hi, I was trying to migrate a component from Coral UI 2 to Coral UI 3. After migration I am not able to see the jcr:title (As shown in below screenshot, highlighted is not visible after migration)I tried restructuring some of the node but no luck. Please find the below XML :Coral UI 2 <?xml version=...
Hi All,I want to get the edit mode of the page for a header which is an Experience fragment.I am trying ${wcmmode.edit}, but every time I am getting false in the author URL.Can anyone help me here how can I get the edit mode of the page in the Header.Thanks
Hi all,our content authors are occasionally facing issues with publishing content pages.i suspect this could be due to browsers losing permissions or cookie details because it is working after we clear browser cache, and restarting browser. some times we had to logout, clear cache, restart browser a...
if you use your own (sling)servlets in AEM, you can also write filters to do things like log request or add headers to any servlet based on a pattern, e.g. @component @SlingServletFilter(scope = {SlingServletFilterScope.REQUEST}, pattern = "/bin/.*", methods = {"GET","POST"}...
I want to create a servlet which will be using a base path for example : /content/abc/xyz/qweI need to access specific child properties of the given base path and convert it into JSON format using java servlet.Please help me with the process and explaining the steps involved like how will my java se...
Can anyone help me with a way in which I can display an image inside a Dialog as display either by :1. Inserting a screenshot/image inside a fieldDescription against a field in Touch UI dialog2. Inserting a screenshot/image in Touch UI dialog as similar to displaying using displayfield xtype and set...
Hi Team, I have created project in AEM 6.5, I need to enable/add Bootstrap version 5 support in my Project. Please suggest how I can do that. Thanks in advance!
I am trying to dynamically connect to a datasource. I'm using the AEM archetype. public class mystuff implements WorkflowProcess {private static final Logger log = LoggerFactory.getLogger(mystuff.class);@referenceprivate DataSourcePool dsp;@Overridepublic void execute(WorkItem workItem, WorkflowSes...