Hi, I have a requirement that I need to prepopulate the dialog image values with the default values given in the dialog. i.e. on the very first load of the dialog, I should see the images in the dialog with the default values given.My component would be a cq:include in the page and not drag-dropped....
Hi,The OOTB script trait allows us to write script while creating segmentation rules. This has to be boolean expression. When we add a Javascript function to script block like below.(function (){ var myFirstVar = "Test"; var mySecondVar = "Test1" if (orderType == "Test" && deviceSKU == "Test1"){ ...
Hi , I am upgrading code to Touch UI as part of that rewriting the listeners as well. One of the requirement needs to get the selected page URL from 2 locations one is from the sites and other from the page edits.what are the equivalent API methods for these 2 in AEM6.2?CQ.wcm.SiteAdminCQ.HTTP.noCa...
Hi everybody,I have a basic question about layouts when using custom templates. I have three layout containers and am trying to make them smaller using the double sided layout arrow.My problem is that the layout snaps back into place no matter where I drag it at all times. It will sit where I dragge...
Hello Community members,This new look feels great btw. Congrats to Adobe.My question is regarding sling model for a resource that I want to adapt. I understand that resource to be adapted is able to inject a list of grandchildren. But is there a way to exclude or filter out some values based on a co...
Hi,I am using granite UI date picker in AEM6.1 When I am select 15 in hour field in the dialog. It is saving 03 as hour value. Is it a way to save hour values in 24 hour format?Regards,Salman
Hi, for my Uni class I have been tasked with creating a site using the We.Retail template. I'm still in my first semester and still finding my way around AEM. I want to create a logo component and I have been using this page for my reference. I am having trouble in CRXDE Lite locating the folders fo...
Dear All,We are working with AEM 6.0 & when ever we open Site admin and pages - each request loading with CSRF.js https://<<DOMAIN NAME>>/etc/clientlibs/granite/jquery/granite/csrf/source/csrf.jsHow to disable this CSRF.js calling? It is happening only with AUthor when we are trying to access with D...
Hi there,I am working on a project where the subscription lead data are stored in Eloqua. Now there is a new requirement where we need to create a members portal where the authentication of the users will be validated by the profiles stored in Eloqua. I've come up with a solution where we will use A...
Hi Guys,I am trying to use wcm.io tool for Junit testing but its not working for me getting error:java.lang.RuntimeException: Unable to invoke method 'bindInjector' for class org.apache.sling.models.impl.ModelAdapterFactoryI have used this code:@RunWith(MockitoJUnitRunner.class)public class MyDictio...