Hi all,Hope everyone is doing fine !We are facing issue related to dispatcher cache invalidation. Activation to publish servers is working perfectly fine. When we add /statfilelevel entry to dispatcher.any with any value (1 , 2 or 3) then dispatcher cache invalidation does not work. We can see ".sta...
Hi, I want to apply a password policy in our site, so I need redirect to a new jsp called changepassword after sucessfully login. I try to change the action of login's form but it desn't work. How can I do it?I have copy all of /libs/cq/core/component/login and /libs/cq/core/content/login to /apps/c...
Where can I find definitions for the OOTB metadata fields within the DAM? For example, what's the difference between Title and PDF Title? Is there value in differentiating them? Some are fairly self-explanatory, but others not so, and there doesn't appear to be any definition in the Adobe Documen...
Hi masters! Related to AEM6 documentation in [1], do you know if there’s an AEM6 specific multimodule archetype for AEM6? I mean, are there a specific ‘-DarchetypeVersion’ and ‘cqVersion’ for AEM6?Also, I’ve discovered there’re other CQ/AEM project archetypes, like [2]. Have you ever work with them?...
Hi All , Wanted to know if there are any utility classes which can be used to create jcr nodes from json string ? I actually would execute a rest service which would return a proper json response with key value pairs . I would have normally parsed the whole json add properties required for jcr li...
Hi ,I want to hide some columns in siteadmin based on some condition. I tried writing listers for it, beforerender/beforeshow to hide the column in siteadmin.js but it does not seem to work. The xtype of the column is gridcolumn.If anyone has any suggestions about the kind of approach that can be im...
Hi There , I 'm struck with a unique requirement where , in a dialog using a path field , when the author selects a particular node and presses tab , i have to display the full list of properties of the node under the path field as a list or table editor so that the author can have them editable . ...
I am using 5.4. I'm attempting to add a style to the drop down style box on the rte. I followed the instructions found on http://docs.adobe.com/docs/en/cq/5-4/administering/configuring_rich_text_editor.html. After adding the node under text/rtePlugins/styles/styles, all of the options for the plugin...
Hi Gurus , Basically I'm trying to simulate the below code from jsp in Java code by using apache httpclient . The code from simply does a post and behind the scens slingPostServlet takes care of rest based on params passed . So i'm trying to follow the same principle and using apache httpPost.exe...