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...
We have a requirement in our project that we need to pass request parameters with the vanity url.So if the vanity url of a page is /vanityurl; the parameter attached would be /vanityurl?param=1¶m=b; and the vanity url should get resolved to the page with the parameters and the url in the browser...
I have overlaid table/ rte plugins for some enhanced features, it works fine when I use it on components. However not all the sites on this server require those enhanced features,Is there any way to configure these overlaid functions based on the site. By default all sites use the out of box rte pl...
Hi All,I am trying to integrate AEM 6.1 with mongo DB 3.5, followed below link:-http://cq-ops.tumblr.com/post/86895378084/how-to-run-aem-60-with-mongodb-26and added startup parametersDoak.mongo.uri=mongodb://<mongodb IP address>:27017 -Doak.mongo.db=aem-authorbut still it is not creating db with nam...
I can find no documentation outside of one line in the release notes on the implementation of ratings on Assets in 6.1 - can someone explain to me how they are supposed to work and what value they are intended to provide?
We have a template. Some components are fixed in the template. Other components we want to allow author to drag and drop on page from sidekick. We only want a few components available in the sidekick for the author. How do we control what components are available in the sidekick? I think this is ...