Hi community, I've created a button component to send email, and when i tried to test it in "view as published" mode, first i got this url and the image below.Seems like everything is ok at this moment. URL:localhost:4502/content/training/us/test.html?wcmmode=disabled And when i clicked the butto...
I have a component that uses two different resources in its HTL/Sightly template. Is there a way to pass a parameter, to the say in my example the eventResource template, so that I can depending on this passed paramter change a css class on it? <ul data-sly-list.teasers="${model.resourceList}" class...
Hi all, I tried to replicate the Core : tableofcontents component into my codebase with the same file names . Now, when i author the component into my page. it is enabled only when i enable the core config . com.adobe.cq.wcm.core.components.internal.servlets.TableOfContentsFilter It is not picking ...
Hi, I have successfully added a custom action in the dropdown of core form component. Before I have a post.POST.jsp on my custom action to call a service to process the input data on my form but I have a new required to use a servlet instead. I have seen this thread on how to call a servlet. I alr...
Hi Team, We have cloned cloud repository to local and committed few changes on application code and pushed to cloud repository. It seems configured pipeline is not picking up latest changes. Is there any way we can make sure, its really picks up the latest changes. Please do the needful here as its ...
AEM 6.5 We have requirement that one part of the site (subset of pages under certain path) requires authentication (okta), how this can be accomplished? Rest of the site should be accessible by anonymous users.
I am implementing this within my solution: Delegation Pattern for Sling Models · adobe/aem-core-wcm-components Wiki (github.com). I'm inheriting the core Image component and extending it with some additional properties and markup. Within Sightly, is there a way to just render the delegated compon...
I need to create a search page that queries multiple paths. For example, /content/mypages and the corresponding PDFs in assets (/content/dam/mypages). Using Quick Search, it looks like Search Root only accepts one path. Is there a way to accomplish this using Quick Search or other method?