Hello Everyone, I am attempting to build a content fragment with a content/fragment reference multifield. Data saves to the JCR correctly, but after building the multifields are not populated. The data exists in the JCR but the multifields are blank. However, If after building I edit the content fra...
Hi, I am rookie to AEM trying to use Manage Controlled Process - Asset Ingestor tool to upload assets. After I start/run the process I do not see the process status on MCP dashboard tried to clear browser cache and re-check but no luck. I do not see any errors on server log as well. Thank you.
Hi, We have a requirement wherein we need to restrict/block the .json extension under suffix. For e.g, https://<domain>/content/dam/somepath.form.html/en-us.json We have tried adding the following dispatcher rule, /0281 { /type "deny" /path "/content/dam/*" /selectors '(form|selector1)' /extension...
Hi,I have included a component inside other component using data-sly-resource. So how can I pass parameter from the parent to child using data-sly-resource.Or Is there any other way for that.Please share your response.@arunpatidar Thanks
Hi, I have created a dialog for a component which extends the carousel core component and I have a condition wherein I have to add minimum 2 items into the childreneditor for the dialog to accept the inputs. The dialog XML is attached. <?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:sling="...
Hi Team, I wanted to insert values in i18n label, which I am using in the HTML code: The label should be : String <<DATE>> String <<PRICE>> EUR here, date and Price are something, I wanted to use dynamically and wanted to populate in the i18n label. I had gone through the documentation but didn't ...
Good morning all, Apologies if this is a dumb question, I am new to AEM. Using AEM 6.5 I have set up a SAML Authn implementation using Okta, adding some OSGi, and extending the AuthenticationInfoPostProcessor, all of that appears to be working just fine. I have a site, with just a single protected...
Hi All, I have Chinese content in node property. When I am reading this content using node.getProperty("text").getString() or ValueMap.get("text").toString() Both these methods are returning non readable characters sequence like ?????? Could anyone help how to read Chine text in AEM. Howeve...
As soon as we upload the asset(image, doc etc) in aem dam we observed that asset uploaded in /content/dam folder gets published. INFO - Successfully applied package with id xxxxx. , type ADD, paths[" /content/dam/<path>"] This is AEMAACS 2022.9.8722.20220912T101352Z Does anyone encounter this issue?...