I am trying to write a servlet to invalidate cache and the code is not working as the distribution request is not working @Reference private Distributor distributor; ResourceResolver resolver = ...; // the resource resolver used for authorizing the request String agentName = "publish"; // the ...
I am trying to reuse a few dialog fields and would like to update the names of included properties depending on where they are included. Is there any way to do this?
Hello Expert, Have following queries w.r.t file Sharing where AEM is on Linux OS and Marketing Files such as PDF in Windows OS 1) I am looking for some recommendation on the scenario where AEM is running on Linux and third party files are in Windows, So what are the options by which AEM can hav...
Dear community, We're using 6.5.9 with aem project archetype 35. As I published pages with image component, the page layout and assets in the component did replicate to DAM on publish instance, but the src of image cut the "content/{project_name}" in URL, so the image cannot find the src. I trie...
so this is what I see from the dialog (using XML from 2nd tutorial). I tried selecting both options several times and nothing is showing and hiding. (The results is the same for my own XML and all tutorials) I also tried the one from these links and same resuilts. Any ideas on where to look? -...
Hey Guys, I have written some custom logic on dialog level to show some images. For example - I have a product code which is authorable in the component dialog, now once someone selects the product code in dialog, I am previewing the image just below the select field. I am using granite:class and sh...