Hi, When we include any component in another component using below cq include, and when this component is used in a page. <cq:include path="abc" resourceType="/xyz/components/content/pqr"/>The above will add a wrapping div to generated HTML(DOM) like this<div class="abc pqr">But some configurat...
Thank you Aneet Arora! The issue is solved. In fact this is a known issue in AEM 6.3 and there is an adobe Asset deletion hangs and takes more than a minute | AEM 6.3 helpex document on this.Thanks for your help!RegardsSreeni
Hi All, In AEM 6.3 author, using assets console, https://<hostname>:<port>/assets.html/content/dam/xyz, when we are try to delete any image, its failing with error, “Failed to delete.” And when we check in browser console, we are seeing the exception, POST https://<hostname>:<port>/bin/wcmcommand 5...
Hello All, In our component dialog, we have an autocomplete element/control, which loads tags from /etc/tags/xyz, when we search with a keyword. "/services/search/tags” is a custom Servlet which loads/autocomplete tags based on keyword search.<?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:sl...
Thank You Very much vishu! After changing config node of the component to configuration and adding configPath=configuration as suggested in the post, problem solved.Thanks a lot
Thanks Arun! In 6.0, that is how its designed and now we are migrating to 6.3 and facing problem.My query is, is there anyway we can complete(now its in RUNNING state) DAM Update Asset workflow, though it fails at renditions creation step at original path(/content/dam/media/ ). So that a new ins...
Hello All, We have a Rich Text Editor component having below controls available(in _cq_editConfig.xml) for editing text. In AEM 6.3.2.2, when we log in as admin/admin and open the RTE component in edit mode, all controls are available for editing text.But when we login with a user who is part of Aut...
Hello All, We have a requirement, when we upload a pdf(say abc.pdf) to /content/dam/media/ folder, then some custom workflow we developed, creates a structure under /content/dam/media as follows./content/dam/media/<random-unique-name>/1.0/<random-unique-name.pdf>But the moment we drop any asset ...