Is there a way to process multiple payloads in a CQ5 Workflow?
I've only recently started working with CQ5 and in particular the Workflow system and from what I've seen so far I'm impressed. I may not have fully grasped how the Workflow mechanism should be used...
View ArticleConfiguration of Thread Pool for CQ's Web Container
I am trying to detrmine whether there is any specific configuration for tuning the web container thread pool for CQ. The only configuration I observe is OSGi 's Apache Sling Event Thread Pool but...
View ArticleIs there way to dyanmically set component proeprties?
In one of my component I am making some external service calls and I would like to populate the component's properties with the data received from the service call. How can I do it? I tried using...
View ArticleHow to Publish Design Dialog content ?
Hi, Senario: Whenever we update or enter content in design dialog , it won't get publish while activating the page.Understanding: Becaue design dialog content get stored...
View ArticleDisabling the "Target" context menu item in AEM v5.6
Is it possible to disable the "Target" context menu item on components in AEM v5.6? We don't want (at the moment) authors to have this ability and it seems to be interfering with some of our custom...
View ArticleInserting fragments in CQ AEM 5.6
Hello all, Is there a way to retrieve a fragment from apache docroot and place it in CQ,probably header as a fragment to be inserted to my site developed in CQ5.6 Regards,NZ
View ArticleCQ5 as Windows Service with LDAP Authentication
CQ5 as Windows Service with LDAP Authentication1 Introduction LDAP: Lightweight Directory Access ProtocolUsed for accessing centralized directory services.LDAP is often used to achieve Single Sign On...
View ArticleJQuery - Multiple versions
Hi, CQ5.4 uses jQuery version 1.4.4, and the latest version available is 1.7.2. For some reasons we would like to use 1.7.2 version of the jQuery, but its clashing with the OOB jQuery version. I would...
View ArticleHow to get SlingScriptHelper in servlet?
I need to get a SlingScriptHelper instance from within my servlet. Either a ComponentContext or BundleContext will do as well, as my only goal is to get sling services using it. Using SCR @Reference...
View ArticleEnable SSL cache for inbound requests to dispatcher
Hi All, I have the following problem.Usecase: Serve a few pages of the site via SSL.I have enabled SSL on apache webserver such that while accessing certain pages, via mod_rewrite requests are made...
View ArticleUsing multi-value properties in JSP components
I am trying to figure out if I am doing some small step wrong or if I don't have a full grasp on how some things work. I am accessing a multi-value property from the JSP of my component: <%@include...
View ArticleSEO Friendly URL's
Hi , How can I give SEO friendly URL to already existing page URL ? For ex) 1) There is page ' /content/<site>/articles/12345678.html ' with the title ' article ' now I want to acces this page...
View ArticleCQ, CQ.i18n is not Defined | Publish Instance | CQ 5.4
Hi, We are using OOTB CQ.i18n.getMessage for localized JQuery Messages. everything is working as expected on Auhor instances but on Publish , it is throwing CQ is not Defined, CQ.i18n is not defined...
View ArticleUnable to set maximum for tags widget
Hello, according to the 'tags' widget (/libs/cq/tagging/widgets/source/widgets/TagInputField.js) documentation it should be possible to restrict the namespaces to select from usint the 'namespaces'...
View ArticleHow to custom the ok button in the edit dialog
Hi Team:I want to log down the user's action when user after edit the attribute in the edit dialog,how to do that?any suggestions/pointers to solve this problem would be appreciable.
View ArticleUsing cURL to alter properties in a node
I'm wondering if anyone has figured out how to leverage cURL to change properties in existing nodes. I have figured out how to upload, install and replicate packages, but we have a config node holding...
View ArticleIs there a way to automatically clean unused images from the DAM?
I'm trying to find a way to clean up the /content/dam folder from unused images and other assets. Is there an automated tool for this? Search and remove type of SQL or XPath query?How would I go about...
View ArticleConnect Remote Repository 5.3
Hi, I am trying to connect to remote CRX repository of CQ5.3 from CQ5.5 application code. I tried using the below code as suggested in adobe documentation.But I am getting exception as below. Is...
View Articleredirect from one jsp to another jsp
Hi, I am very new to CQ5 and have a query regarding it. Suppose I want to make a simple login form where I am two text fields.. I want to perform some validations on these text fields and want to...
View Article