I have a client that has some custom workflows. One uses mostly out of the box standard steps. One step is problematic and crashes every time. It is the standard "Product Asset Upload" step that uploads images to the dynamic media server.The stack trace is as follows: java.lang.NullPointerException ...
Assuming that AEM supports different types of authentication applied on to same homepage urlSay i have LDAP & SAML for the intranet & extranet sites and have same home page served via different dispatcher i guess i can configure LDAP JAAS as a final login module & SAML handler as high priority so i...
Hello,When I use the uploadImage command tough day uploads to /content/dam but for some specific requirement I need to upload in a different location (Eg.. /content/dam/active/newI tried to check in all the tough day files, if this path is mentioned, but no luck yet.Could anyone let me know how to c...
Hi allWe have a Target Standard solution which we want to integrate with our AEM platform (currently 5.6.1 but upgrade to 6.1 in progress).Looking at the documentation it seems to be straight forward (https://docs.adobe.com/docs/en/aem/6-1/administer/integration/marketing-cloud/target.html#Creating%...
Hi All,I am building a component which reads suffix from url and then use that as input for component.So when we have a url like this /content/virtual-sites/baseStore/catalog/en/secure/order-summary.html/00001114It is making so many below request. Problem is now that when the page loads and to read ...
there is an Article how to customize the view/edit dialogs of AEM 6.1, i.e. hide basic and advanced tab and replace them by custom tabs for certain pages.https://docs.adobe.com/docs/en/aem/6-1/develop/extending/customizing-page-properties/page-properties-views.htmlThe described example does not work...
Hi,We are facing a really weird issue. We have a path field configured inside a multifield component that accepts a number of details per item. One of the field is a pathfield. Now it is available OOB feature that we can drag an image from Content Finder tab on to the pathfield. It fills the field w...
Hi, this is a follow up of my comment in http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__zba0-i_have_utilpagetha.html.Basically I have developed a custom component which has a dependency on cq.widgets, which in turn has a depend...
Hi,I am new to Sightly world and i can't find the way to retrieve the values from mutlivalued string with a multifield.<ul data-sly-list.child="${properties.items}"> // Doing this the iteration definitely happens. <li>Child Item: ${properties.heading}</li> // This prints both the keys together.OR...