Hi, everyoneI may have a problem regarding the sling filter and servlet.I have a filter, and within this filter, I need to call other servlets based on their names, however,when I get servlet context(), it does not give me the option to choose servlet by name, my servlets are resourcetypepes cq:page...
I am on AEM 6.5 non-cloud and I am seeing this error very frequently, I checked each and every place where I am creating resource resolver, I am closing it too and I am not closing any resource resolver that I am not creating for example one through request or session, this isnt causing any function...
Hi Team, I am using AEM as cloud service , already 10 + experience fragment and variations are present inside on a root path structure i.e sitexf-> en -xf1 -xf2 fr - xf1 -xf2 now adobe target is got configured and being setup hence...
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:...