Hello,I'm working with AEM6 and Sightly and have an issue with our message keys.Until now we had some text output like<fmt:message key="message.key.${variable}" /> Now I would like to use this format: ${'message.key' @ i18n}I thought, I found the solution by using ${'message.key.part.{0}.another.par...
Just testing an upgrade of one of our CQ 5.4 instances to AEM 5.6.1. One issue we have come across is trying to access a folder through a URL, which used to work under 5.3We have a program which accesses a folder under the DAM, iehttp://author-server/content/damUnder 5.6.1 we get an error, ~Forbidde...
Hello Team, How we can archive the pages AEM, It should be available in site under archive section . My archive page size >300 per week. Please help me do that. Thanks!, Devakrishna
Hello,We are working on User/Group setup (AEM6 with SP1 installed).After setting permissions under "/libs/wcm/core/content/damadmin/actions/create/menu" for any group in damadmin the blank menu appears (see screenshot attached).It's reproduced even under admin with all permissions.We have the same p...
Hello,In out project we have problem with "Replicating profile before user breaks replication"In this page https://helpx.adobe.com/experience-manager/kb/cq561-available-hotfixes.html I see CQ5.6.1 has hotfix for it. How I can download it?Thank you.
hi, im trying to follow this tutorial to create a basic AEM servicehttp://helpx.adobe.com/experience-manager/using/first-osgi.htmlin the section Create an Adobe CQ archetype project im getting an error when i try to run the command:mvn eclipse:eclipse im getting this error:D:\Dex\Key\key>mvn eclipse...
Hello,I am currently testing the OOB InDesign functionality built into AEM. I am using InDesign Server CC 2014. When I upload an InDesign document I get the following error:Error Number: 54Error String: Uncaught JavaScript exception: ReferenceError: StyleSheetExportOption is undefinedWhen I look a...
I am trying to update an xtype selection on a component. I want to dynamically create the nodes for values under the select node's options so that the authors can select the values that are dynamically populated. I decided to try the approach of creating and deleting nodes in the JCR for the dialog...
Hi,How do I get the link resolved when using Sightly?I have a 'pathfiled' in the dialog which points to one of the page in the site and I get this to the page in the href as below<a href='${properties.imageorvideo == "image" ? (properties.url || "#") : "#"}' >How do I add ".html" to this in Sightly?...