Hello All,I have few workflows in my project but I am unable to see them in the workflow console(i.e at localhost:4502/libs/cq/workflow/content/console.html).Can you please help me with this.Thanks
I have a local instance of AEM 6 running. I wanted to output an Adaptive Form into a PDF and came across this link https://helpx.adobe.com/aem-forms/6/submit-store-data-crx-repository.html that suggests that I need to download the Add on package and then I'll have the option to select "Store PDF sub...
In AEM document page "download PDF" link broken.For example: http://docs.adobe.com/content/docs/en/aem/6-0/develop/components.pdfOpen this pdf from page http://docs.adobe.com/docs/en/aem/6-0/develop/components.htmlthe PDF cannot be downloaded. it throw 500 error.
I have been experimenting with the Touch UI dialogs in my "spare time" over the past week after last week's session. At some point it clicked in my head that these Granite UI components are in our instance and I wondered if I could use them in our implementation (which has not been launched yet, and...
Usually an author creates a page by selecting a predefined template then drag and drop the components, Instead of predefined template, is there a way for an author to define a layout then save it as a template? Does anyone know if CQ5 provides any utility to achieve this, Thanks.
Hi,I want to restore the version programmatically, so went through the PageManager API and found restore method.PageManager pageManager = resourceResolver.adaptTo(PageManager.class);Collection<Revision> revisions = pageManager.getRevisions(currentPage.getPath(), null); for(Rev...
After updating my instance CQ5.6, I noticed that my user admin cannot Delete, Activate, Deactivate users or groups. Also, he has lost his replicate configuration. If I check a replication permission, save and refresh, nothing is saved. Also, the administrators group (who belongs to user-administr...
Hi,We want a user to be treated as a logged in user if they are present in session. We do not want the user to be created in CRX Repository as we our authenticating against Google and we do not want the user to be created within the repository.I am assuming I will be able to use the Login Module for...
Hi Everyone,I have a component with design dialog configuration and I have various templates.If I will configure the component in template 'A', the changes will reflect everywhere in component with same template, But the changes is not getting reflected in the component that I have placed in differe...
Hi All,I was trying to understand what exactly are listeners.Came across the article in link http://experience-aem.blogspot.in/2014/03/aem-cq-56-sample-editconfig-listener-for-drag-drop.html. But could not understand much.If some one could provide a detailed explanation, it would be helpful.