According to the documentation here: https://dev.day.com/docs/en/cq/current/deploying/dispatcher/disp_config.htmlYou should be able to call a script specified in the property /invalidateHandler in the /cache section of the dispatcher config, but it does not appear that my script is being called whe...
I have a bundle that has a service that sends email using javamail library in ISO-2022-JP encoding and a servlet that invokes this service to send emails. The bundle has mail-1.4.1.jar dependency defined in pom.xml. When I am hitting the servlet URL, email is sent properly. e.g. http://localhost:45...
Hello,I am trying to integrate our Scene7 setup with our CQ5 installation and tried to follow the instructions given here -http://dev.day.com/docs/en/cq/current/administering/integrating_with_adobe_marketing_cloud/scene7.htmland when I came to this section - Configuring Adobe DAM to import from Scen...
I just started out with Adobe Experience Manager and I'm trying to display different sets of content (pages / components) based on group(s) the user belongs to.I need to accommodate 3 scenariosAnonymous user see generic-contentLogged-in user belonging to group1 should see both content-item1,content-...
In some component JSP scripts, I see code similar to<sling:include resource="<%= par %>" />In which par is a Paragraph object.According to the API docs for Paragraph, the toString() method simply "returns a human readable string representation of this resource."The question, then, is why is this str...
Hi there,We are having a problem in CQ5.5 where the rich text editor outputting encoded HTML.This happened after we installed CQ5 SP3. Problem is we accidentally installed the SP2 after the SP3.Any idea to solve this? Has anyone ever experienced this.[img]screenshot.png[/img]Any help will be very ap...
hi,I want to ask a question.I want to search for a particular sub-string across all the property's values across all nodes starting from a rootnode.How to build the query for this?i need to return all the instances where the jcr:links property contains /catalog/menu .The below is not returning anyt...
Hi,I have a requirement to have a multifield pathfield with drag and drop support (from content finder). [img]Screen Shot 2014-03-04 at 10.10.24 AM.png[/img] Below is my Dialog.xml <?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.o...
In Adobe CQ5 DAM, there is workflow tab option in DAM to perfom workflow related operation on the selected selected asset. But when we search the asset through search tab , there is no workflow option to start workflow from search result screen itself. is there any way to provide workflow tab in s...
Hello, I read in AEM documentation, ", if you store a 300KB JPG image in your repository somewhere, the JPG contents, being above the threshold size (4096 bytes, by default), will be stored in the datastore, and it will be placed into file with just the contents of that one JPG image, with no encodi...