HiI am trying to update the autosuggest_dict.xml (attached) often using CQ5 Jackrabbit api of webdav feature. I could not find any method as get, put, copy and update.Instead I have getMethod, PutMethod which has only one parameter(). we should have two parameter as (source, target). The below code ...
In CQ 5 we are having an issue with the cut and copy plugin for the text editor. Highlighting text and then clicking the Cut icon does not work in cutting the text.After highlighting text and clicking the Copy icon for a different set of text, it does not then paste the correct text. It pastes the f...
Hi, I have the following code, it is supposed to sort my array list by the date property in reverse chronological order. It is doing some sort since the items listed are not in their natural order when the sort is run. I can't figure out what it's sorting by but it is certainly not by date. Any idea...
I did create a marketing campaign strategy for my client. The marketing page was created in Adobe CQ5 with a tracking link: http://www.example.com/?utm_campaign=spring&utm_medium=email&utm_source=newsletter1&utm_content=toplink Unfortunately, I cannot see the campaign been tracked in Google analytic...
Hi,We are moving our project from CQ 5.5 to AEM 5.6.1 and ran into issues with LESS compiler (as far, as I know, in AEM 5.6.1 LESS was updated to 1.3.3).In 5.5 we had a common clientLib, which contained all the mixins and vars declarations(call it common.less.rules), it was then embedded in other cl...
I have tried below one but its not working:curl -u admin:admin -Frep:disabled=true http://localhost:4502/home/users/t/testuser.rw.htmlgetting below error message:javax.jcr.nodetype.ConstraintViolationException: Unable to perform operation. Node is protected.
Hi,MSM has got an internal cache accessible on the /libs/wcm/msm/content/commands/servercaches.confThis cache does not get updated when Author cache get's updates and cached results are not send to publishers(publisher cache get's invalidated only after restart)To refresh the cache I can send curl -...
Hi All,I am about to work on customizing CQ UI. Can i get code samples/example to practice using SLING API or tips on this will be more useful.Thanks In AdvanceCheers,Kishore.
Hi @all,sorry, for rusty english. I'll do my best ;).Given example: a node from the designs .content.xml:<stage jcr:primaryType="nt:unstructured" sling:resourceType="ORG/components/stage" dontUseTargetValues="true" hideTargetValuesPolicy="[jcr:description]" stage.renderMode="general"> <par jcr:prima...
Hi All,I have a requirement of getting the vanity URL of a page based on the mapping mentioned in pub while being in author instance.Mappings are available only in publish instance.My ultimate requirement is while activating a page I need clear dispatcher cache of that specific page both in full pag...