Welcome to all the new members who joined this month! We’re excited to have you in the Adobe AEM Community. Whether you’re brand new or have been here a while, this space is all about learning, sharing, and connecting with peers who get what you do every day. In a world where so much is automated...
Hi friends,I was design a page as below.In this design have a Country field. I want the country list will be display only countries that the current AEM user have permission to access. I will create a tree folder or tree node for country and city. So, I will configuration for the user or user group ...
I'm trying to validate a custom recaptcha component using constraints in the same way the OOTB Form Elements do. I'm having trouble figuring out how to connect the custom component to it's servervalidation.jsp though.I need help getting to the point where submitting a form with the custom constrain...
We're trying to set up SDI on pages that use authored templates on 6.3 but aren't having any luck. We have a user widget in the header that uses dynamic data but we aren't seeing anything happen in page rendering when we flag the header component as being an SDI resource type. We are seeing includ...
Hi Guys,I have a requirement to create LiveCopy of a page programmatically using Java. Do we have any API which provides this feature which will create exact liveCopy of a page with its complete structure same as liveCopy option of siteadmin and site.html/content?thanks!Rashid
Hi. I am very new to AEM and Tealium and have a requirement where dev environment of AEM is to be integrated with Tealium. There is not much information available on this. Please help
Hi All,I know at template level we have allowedpath,allowedchildren and allowedparent. But i am trying to use allowedparent and allowedchildren at cq:component level.In detail:As per the below documentation link from Adobe it seems like CQ:component has property allowedchildren and allowedparentCust...
Hi All,I am trying to export a page in my application and i am able to export the page by adding export.zip extention instead of html.But when i unzip and open the page, js and css are not applying and it's not exporting the DAM assets. How to configure the contentsync template to export assets a...
Hi everyone,I've just activated the Adobe Html Library Manager minify in /system/console/configMgr, so now every ClientLibrary is called .min.css or .min.js.Here's my problem: the ClientLibraries are not updated until I edit the file, even with only one space, and in this way the ClientLibrary is bu...
Hi All,While creating a workflow i tried to add a workflow task step by following the steps given in Adobe Experience Manager Help | Developing Projects in AEM - Part 2 but it gave me the error into logs section marked below:Error:Caused by: com.adobe.granite.workflow.WorkflowException: Metadata mu...
Hello Everyone,I have below use case:EXISTING CODE:private static final String MAIN_QUERY = "/jcr:root/content/data/myproject/products//*[@sling:resourceType='myproject/common/components/template1']";Iterator<Resource> it = this.resourceResolver.findResources(String.format(MAIN_QUERY), XPATH);int co...