Hi There , I have a servlet which returns me a json and using sling post servlet from a jsp page I post entire json and new nodes gets created in jcr . Now i have a requirement to execute the same behaviour from a workflow . Is there any way where I can execute , slingPostServlet from a workflow...
I have a requirement to add dynamically tabs in dialog which will contain different xtypes. So, I have written a listner to add tabs on click of a button(this button seats inside of dialog). Now on click of "ok" button, again another listener will be called which will create node structure in CRX co...
My customer wants content that is placed in DAM in authoring to be activated and moved to publish when it is placed in authoring. They are adding content using the Sling post servlet. They been given the warnings: Each version is saved on publish and changing large files often will cause the reposit...
Purpose: I want to use Brackets to edit my aem component files(such as XX.jsp), and live deploy and live reload the content page.I installed the Brackets now, so I don't know how to use it. How to configure the Brackets? Need your help, thank you!
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...