Hi, When I export and Adobe Experience Fragment to Adobe Target it gets created under the Offers Tab on Adobe Target. Is there a way I can configure it to copy the fragment to a specific folder under Offers Tab instead of the default?
Hey guys,I need to initialize a sling model for component B from inside component A. I have access to a sling Resource object for component B and a SlingHttpServletRequest for component A. So I can easily do:ComponentB componentB = resourceForComponentB.adaptTo(ComponentB.class);But the @PostConstru...
Hi All,Kindly Assist me in getting clear idea on Proxy connections role towards Replication-->Our Replication was failing due to Proxy Connection: Close issue and for this we have Disabled the proxy connection and after that issue was resolved.I want to know while working on Replication issue is Pro...
Hi All,whenever we'll get a exception in a particular process step, there will be a option called "retry" instead of "complete" if we select that retry option, the particular step will be re executed againif there is no exception it will move to its next forward stateif there is still exception the...
AEM Vanilla 6.4.4 Instance. Tried creating catalog for We.retail but cannot select the blueprint. On click, Instead on selecting the catalog it is navigated further.This was working fine for 6.4.3Steps followed: 1. On AEM start page, click sites. Navigate to /content/we-retail/us.2. Click Create -> ...
Hey guys,So I have a number of sling models that I have JSON exporters for. Like so:@Getter@Model(adaptables = {SlingHttpServletRequest.class, Resource.class}, defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL, resourceType = "components/component2")@Exporter(name = "jackson", extensi...
Hello,Our AEM dispatcher cache becomes invalid as soon as any page is (re)published by an author. As we publish pages many times each hour, there is effectively little to no dispatcher page caching, and pages are rebuilt for each request. I can see the effect of this with the marked difference in re...
Hi All,Need your advise, I'm trying to use % in customised AEM component and it's returning an error message.Any help will be appreciated!Steps takenUsing % in customised AEM component's headline and page is returning an error, please refer below (Error Message).Error Messageorg.apache.sling.api.Sli...
Hi, When we include any component in another component using below cq include, and when this component is used in a page. <cq:include path="abc" resourceType="/xyz/components/content/pqr"/>The above will add a wrapping div to generated HTML(DOM) like this<div class="abc pqr">But some configurat...