Hi All,I need to to display tag title on the jsp page. But, I have read tagID from cq:tags property. My question is " How to read Tag title by using tag ID". Please provide code snippet. That would be helpful.I have followed this code. Please resolve it.<%String[] tags = campaignProperties.get("cq:t...
Hi,How do I add an additional checkbox to the hyperlink dialog? (The hyperlink dialog is opened by clicking the hyperlink icon on the RTE dialog). Please see attached diagram.Thank you.
I am currently trying to call a custom java utility function that I wrote in the bundle section of my cq5 code. I am calling this from a components jsp.In my common bundle I have a utility class under src/main/java. My package is something like com.test.utility and my file is jcrUtility.java. Inside...
Hi AllI find the release notes of each CQ release helpful. I would like to know if there is a capabilities matrix which shows main differences between CQ releases. In particular i need it from CQ5.5 to AEM6. Is there such consolidated information?
I have the following jsp<% JSONObject jsonResult = new JSONObject(); response.setContentType("application/json"); String parentNodePath = slingRequest.getRequestPathInfo().getResourcePath(); String url = getServerBaseUrl(sling) + parentNodePath.split("/jcr:content")[0] + ".html?cid=twitter"; UrlShor...
Hi There,I have below requirement,Author should publish the page using Workflow. So I need to disable the activate/deactivate button for the author where ever the options are available.Kindly guide me how to achieve this.ThanksNanda.
Hi all,I'm following the instructions from this help page:https://helpx.adobe.com/experience-manager/using/creating-sightly-component.htmlAfter the section "Create the page component based on the template"I create a test content page, however this throws the following exception:10.04.2015 14:16:43.2...
We are using AEM 5.6.1 with SAML authentication. The user login is perfect and working.But when the user clicks logout it does not work.Is there a fix for this issue on 5.6.1.I have seen documentation where there is a logout configuration for AEM6+(with SP2).So is there a similar work-around for 5...
Is there a tool OOTB (or not) to automate the purge of package versions, a bit like the content pages/assets?We have quite a few packages that are hefty, and they have been upgraded multiple times. So I guess all these packages versions take space, tight? Thanks,JS.