I have a custom servlet that captures a form submission and sets cq:lastModified, cq:lastModifiedBy and cq:distribute (to true). I ran a few tests and i'm noticing that not all of the submitted content is being reverse replicated back to the author. Out of 99 submissions, only 79 made it back to t...
Hey,I am trying to configure Adobe Granite SSO Authentication Handler for SSO using cookies. for author on AEM 6.1I have a requirement that there will be two cookies fields that should be present IsUser='user' user='username'First one will be a fixed value / placeholder which signifies that th...
Hello,I am using the link checker transformer for rewriting the links. I need to modify the href attributes, but got stuck at a point where I need to append a variable(eg: "xyz") that is returned using esi tags (eg: <esi:include src = "www.try.com/hello" />), so the modified attribute should be some...
Is there a way i can configure adobe analytics on my local. I know we need the licence to configure one.Is there a developer licence or alternative to configure it on local?. Below link was not helpfulhttp://dev.day.com/content/ddc/en/gems/how-to-deploy-adobe-analytics-on-a-local-aem-instance-by-usi...
HI,In a local install, the Java source file is placed alongside the Sightly file, in the same repository folder. The source is automatically compiled on demand.My question is where the class file will be stored for the source file? Thanks,Shivamurthy Mn
The following is not working in sightly${properties.cq:lastReplicated} / ${pageProperties.cq:lastReplicated}But I am able to retrieve the other custom and OOTB jcr properties like ${pageProperties.jcr:title}Is there a different mechanism to fetch the 'cq:' properties ?/RegardsKanwal
Hi All,How to show list of available components by default for page created using template without switching page to design mode and select the required components?Thanks,Kishore
Query - How to set a default value for a radio button ?Scenario ...I have a radio button that has two values. It has two value no=No , yes=Yes and field name is testRadioButtonI want to use this for the basis of hiding some other field. But I need to show it at time of form load. Whet I use an expre...
We want to setup a new AEM 6.1 system and transfer the content from the AEM 5.6.1 instance via content package to the new system. Is there also a way to migrate the version history to the new system? In older versions of AEM/CQ there was an Importing Tool (http://docs.adobe.com/docs/en/crx/2-3/deplo...
Hello,I have an AEM instance that uses Day-Servlet-Engine/4.1.52 (CQSE) and I would like to customize the JSESSIONID cookie.Currently CQSE sets the JSESSIONID like this:Set-Cookie:JSESSIONID=00000000-000000000-0000-000000000000; Path=/; HttpOnlyso the domain of the cookie is set to the current domai...