I have aa package automatically generated from a git package (by bamboo, waiting on changes) that contains a dialog file at /ui.apps/src/main/content/jcr_root/apps/uc-base/components/eapis/ecurriculum/dialog.xml which doesn't get overwritten.My filter.xml is defined as this: <?xml version="1.0" enco...
Hi All,We are upgrading from CQ5.6.1 to AEM 6.2 (Service Pack 2 and Communities Feature Pack2).As part of the upgrade project we have extended some OOB components (Comments, ActivityStreams), these components renders fine in Dispatcher which is not a secure url (HTTP request), but they gave error on...
Hey everyone, I just started working with AEM a few months ago and I come from a web dev background. I am transitioning a team from all developing on the same dev environment and moving code between environments using packages to working on local instances and using source control.Currently I have a...
Hi,For the assets references in the page, we have links as /content/dam/xx/abc.png . Is it possible not to expose the internal path of the asset (/content/dam) , so that we can have a link as /xx/abc.png in the page which is resolved to the actual path internally and displays the asset properly over...
I have this html data -<img width="138px" height="74px" rev="om" src="//www.xyz.net/abc/2/3/4/data/image/data_6812?wid=138&hei=74&qlt=90,0&resMode=sharp&op_usm=1.1,0.5,1,0" alt="category"/><p>Category</p>but when I call and get the json it not able to traslate the html properly and s...
Hi, I was planning to use AEM 10 for bootstrapping my AEM project. However I would want to create multiple projects instead of one monlothic project. For example.project-A-templates : This would have all the templatesproject-A-components : This would have all the components.project-A-designs : Thi...
I have an multi field rte where I need to restrict number of chars to specific limit. I have written custom validation, it does give an alert that max chars exceeded. if I close the alert and push okay button on the dialog with out changing the content. (meaning keeping the exceeded chars as is) it ...
On AEM 6.1 SP2 - Java 1.8Created new users and added them to the administrators group. These users are able to be access everything /crx/packmgr, /siteadmin, /useradmin, etc except anything under /system. Everything works using the admin user including the /system pages.On author node, whether you...
Hi Everyone,When migrating from 5.6.1 to 6.1, I am getting an error in breadcrumb.jsp. I don't see any issue in 5.6.1 but 6.1 it throws an error. "Type mismatch:cannot convert from Integer to long".In the below line, 0 should be replaced by 0L. long endLevel = currentStyle.get("relParent", 0);Why ...
Hi masters!I’m building a TouchUI component dialog, and I’m trying to add a ‘hyperlink’ Granite component (granite/ui/components/foundation/hyperlink). I would like to set the href of the hyperlink to something based on the suffix (a substring of the suffix).I’ve tried to use JSTL substring function...