Hi All,I created custom form which has first name, last name and company name, authored form component and published page in publish environment Access the publish environment on that page, When the user submits a form, data needs to be stored in the author environment.Is Sling Content Distribution ...
I'm trying to create a Production Pipeline in Cloud Manager.I want to enable the option Use Go Live Approval (mentioned in docs ) so that the deployment happens only after the approval. But I couldn't find the option while creating the Production pipeline.Is this option limited to some version/type ...
Hi,My requirement is to get the data from the content fragment multifield and then show those in a particular manner. Here's the desired result :In the backend I am getting the data from the Content Fragment and then splitting the array based on delimiter and subsequently creating a JSON array. Once...
We are using AEMaaCS. We have made some oak index changes to incorporate new custom filters as per business requirements. We deployed the feature branch (with oak index changes) to local aem instance, the code is successfully deployed with no errors. However, when deploying code on cloud instance th...
Hi Team I am trying to implement some new logic in Content Fragment Model and would like to have editable headers in Content fragment model. In the ootb data types of content fragment model there is no option add headers or label (just label without any input field) Could you please suggest how to a...
All,I have a question , If I have a page with say 10 components with Ajax calls and has static authored content too . If this gets deployed to end users , while the page gets cached since the js calls occur on load of a page , 1. Would the page display the latest retrieved content via Ajax calls ? ...
Hi, guys,So let's say, I have two URLs 1: a/b/xx.yy.dd 2: c/d/xx.yy.ddthese two URLs have different prefixes, but the same selectors and extensions.So I wonder is there any way we can handle two URLs by different servlet?I am using the resourceType base servlet right now, and it's configured to cq:...
We have a component with icons links and each icon needs to have one of the following two fields completed:internalLinkexternalLinkCurrently, authors can leave them both blank, which causes a broken link to a non-existent page. How can I write a validation rule that notifies the users that one of th...
Hi Team, I have a requirement to get the resource using path. I tried to create a service user and provided required permissions but it is not workingThis is my JSP code.ResourceResolverFactory resolverFactory = sling.getService(ResourceResolverFactory.class);ResourceResolver serviceResourceResolver...
Hello, I have the following XML code, the behavior I am trying to do is that, depending on the selects, I can show/hide the corresponding radiobuttons, with multiple classes.The thing is, I couldn't get my XML to work or show the "showhidetargetvalue" class even though I included it. <themeCol...