I am looking to store the information of a component dialog in a static position in the repository, I am trying to store the information in the principal page in the below way:<?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/...
Hi,We are using CQ55(upgraded from CQ5.3).Due to a bug in our of our script, a node is created under a page which has now 40000 child nodes(each of which contains 10 child nodes). So in total we have around 40k at the first level and a total of 400000 nodes under this node.Due to this our repository...
I am looking for a simple and straightforward way to read content (.html and .json) in the .jsp files. Let's say that I have a page path (/content/geometrixx-media/en/mycustompage.json) how can I read the content of this page in my .jsp files? Note that .jsp file is not located in another component....
Hi If i schedule a page for later activation using Avtivate later funcitonality.An error is appearing "could not schedule page for activation"can you please suggest me with a solutioni am using 5.5 version and briefly our website has 4 environment of AEM1. development2. test3. Quality assurance4. pr...
In other systems we've used, the given revision of a page progresses through the minor version (1.1, 1.2, .1.2), until a publishing event creates the next major version 2.0, at which point the minor versioning continues (2.1, 2.2, etc.).I'm trying to figure out what CQ's behavior is. I see that if ...
I am creating a table component with the help of rowitem component and not using the cq table component. This table component have header row and footer row included and a parsys sandwiched between them.Like this <table> <caption>RTE</caption> <tbody> <cq:include path="rowit...
How to create custom metadata for multifield WITH MORE CHECKBOX under /libs/dam/components/asseteditor/form/metadataCreating multifield checkbox metadata under /libs/dam/components/asseteditor/form/metadata for AssetShare, I could see only Metadata text field and it is associated with either one as ...
Hi, I have a requirement to upload bulk images through web dav and after the images got uploaded i need to send one email with all the images links.for this one i am planning to write listener for bulk image upload and i will write my logic in that listener. but the problem is how to capture bulk im...
Greetings,We've been experiencing some issues using CQ's DataSourcePool connecting to a MySQL database. Specifically, it will sometimes return an invalid connection (one that throws a CommunicationsException when it's attempted to be used), and over time the pool appears to run out of valid connecti...
Hi!I added custom error scripts in /apps/sling/servlet/errorhandler/ (403.jsp, 404.jsp, default.jsp and Throwable.jsp).If I try to display an unexisting page on my AEM 5.6.1 instance with .html extension, for example http://localhost:4502/content/mysite/mypath/unexistingpage.html), my personalized 4...