Hi I can't seem to get the path to forward to another page within my servlet.I have one page which makes a call to servlet then that servlet redirects to a different page.The page I want to be redirected to lives under /content/magazineI tried this but doesn't work:RequestDispatcher requestDispatche...
Hi All,I am integrating AEM with Hybris. On product page I make an API call to Hybris to get product data which returns response in form of JSON.As my product data would not change much so I want to cache the JSON response on dispatcher. How in my code I can make sure that when product data is reque...
Hi,I have configured page redirection using page property option but when i access the page its not redirected to target url. i have verified jcr:content node of configured page it has property called "redirectTarget : provided target url as value". Same functionality working as expected on Geometri...
What will be the sightly code for <CQ:TEXT> . what will the sightly code for below code<cq:text property="image/jcr:description" placeholder="" tagName="small"/>
If I am using a custom Authentication handler and my users reside in some database.In extract Credentials method I authenticate my user from request i.e. j_username check that it exists and password is correct probably from database, I ask TokenUtil to create credentials to create necessary login to...
Hi All,Is there any way non-admin groups (Groups/Users doesn't belong to "administrator" group) can create user and assign/remove groups to the users. We have created few non-admin groups with users who has all the permissions in the repository but doesn't belong to "administrator" group. The Group/...
Hello All, we are customizing the sightly version of ipasys as per our custom requirements. But due to Q.js asynchronous behaviour, we are facing below issue.Below is a sample piece of code from our par.js of sightly iparsys. var parsys = new ParagraphSystem(parResource, ...
Hi Friends,I'm using AEM 6.2 cold standby instance and whenever I upload any bundles/jar in primary author those are not getting synced/reflected in cold standby instance.I'm not seeing any specific errors in syncing and also as per the logs I see the sync is not getting initiated. However there are...
Hi All ,I have CQ 5.4 running on RHEL 5.8We are seeing that the most of the times the images getting updated on CRX author instance when published are not properly updating on publish instances and on to the livesite.Any ideas or pointers RegardsNavinKumar
We can use cq:htmlTag to write our custom tags and attributes to be added to the DIV as mentioned in the below page.https://helpx.adobe.com/in/experience-manager/kb/ComponentDiv.htmlBut, the question is we can only add static values where I would like to add dynamic values like I want to add compone...