Hi all,We need a new component to filter posts, based on type and subtype. Have no idea where to start from. Do you have any idea, or any example? Any information would help. Thanks!
Hello, I was wondering if there is a tool to transfer large content & assets from one environment to another for example between prod and stage or between prod and dev environments ? As per my understanding the content transfer tool is only valid to move existing content over from a source AEM in...
We have a requirement to Overlay the OOTB Tabs component to use inplace editing for its Title field.But the Tabs component is a multifield and the title is stored as item_{random}/cq:panelTitle. We tried to configure the cq:inplaceEditing with editorType as hybrid but in the config node we need to s...
Hi, I have developed one component, Used clientlib library to load the JavaScript inside the component. This below code is used in component HTL.<sly data-sly-use.clientlib="/libs/granite/sightly/templates/clientlib.html"/><sly data-sly-call="${clientlib.js @ categories='project.componentname'}"/> ...
Hi All,We are accessing a SOAP service to display the xml response using AEM component. Our service is working fine and we are getting response in our Local AEM instance (AEM 6.5).But, when we are deploying same packages and bundles in our DEV environment (AEM 6.5) we are getting error while adding ...
Hi, I want to override one of the acs-commons component eg from {apps/acs-commons/content/component/component-name} to {apps/project-folder/components} This acs-commons component is extending another core component. My questions arecan I override acs-commons component ?
Hi all, http://localhost:4502/content/share/coke/en/light/report-template/file_report_template.html?wcmmode=disabledThis is the page url in my local./content/share/coke/en/light/report-template/file_report_template is page path. How can I get this page path using java? Thank you.
How to make query builder case-insensitive , using fn:lower-case is not working as desired. Please find the below query how to make it case-insensitive?(searching the we-retail tag section for Apparel tag). path=/content/cq:tags/we-retailp.limit=-1property.value=%app%property=jcr:titlep.hits=fulltyp...