I've been trying to parse a node property into a java object, it is a string type that holds my asset path (e.g /content/dam/test). I'm using the JRC query below but it always returns the full node with all its properties. SELECT asset.[jcr:content/data/master:image] FROM [dam:Asset] AS asset WHER...
Hi, When editing a pages properties I am having functionality issues. I discovered it was because of js files (see image) being included in the head of the html page and throwing a TypeError. I am trying to figure out why these acs-commons JS files are being included (they shouldn't be). The issu...
Hey all! I just need to know the spacing options (in pixels) that can be global for small, medium and large screens between components. User can select a different top and bottom pixel option???
I'm getting this error when I'm updating the subscription key: 04.10.2022 12:45:45.593 *ERROR* [[0:0:0:0:0:0:0:1] [1664901945591] POST /services/accesstoken/verify HTTP/1.1] org.apache.sling.servlets.post.impl.operations.ModifyOperation Exception during response processing. org.apache.sling.api.re...
Hello, currently I'm trying to import users and groups from ldap to AEM reporsitory. I followed the steps from https://aem4beginner.blogspot.com/how-to-synchronize-ldap-users-and . The general import of users into AEM works. My question is how to import groups? I double checked the defined ldap filt...
Dear All, Currently I am developing custom carousel by including teaser componet. I am referring to https://www.aemcomponents.dev/content/core-components-examples/library/core-content/carousel.html But I didn't get where to add JSON code and HTML code which was mentioned on that page. Could someo...
Hi, Currently I am writing my javaScript code inside my html only for e.g : -> if my component name is "cmp1" then I am writing my js code inside cmp1.html ->if there are two components on the same page my js of cm1 is conflicting with cm2 -> e.g. : I am creating div tag in each js , and access...
I have encounter this issue on my fresh install AEM 6.5 instances, when I navigate to "/system/console/configMgr" and click on any configurations, it wont response (which by right will show the configuration details). Any advice on this?
Hey guys, I have written an AbstractServlet implementation to handle a variety of different servlet calls (doPost method below). I intend for this servlet to return an error message -- specifically the failureMessage property -- when a 500 is thrown, but instead I am getting the default 500 page (...