Hi ,We are using aem6.5 for touch ui dialog .Could you provide input as how the below could be resolved In the Touch UI dialog, I have two 'select' components(say Select 1, and Select 2) and Select 2 get dynamically populated using the Datasource.Here is how they are supposed to work:A. User can sel...
Hello Team, When I convert a component into Experience fragment using 'convert to experience fragment variation', the experience fragment is getting created with 'sling:resourceType: cq/experience-fragments/editor/components/experiencefragment'. But I want to replace the sling:resourceType with our ...
AEM 6.5 Date time picker not storing the seconds when i added the date and time in the dialog field.the seconds always stored as .2022-02-09T11:51:00.000+05:30.PFB screenshot. I need to store seconds as well in the datetime field--- Thanks,Naresh
Can anyone tell me how to italicize partial text in a switch/case statement of raw text (in the example, the text in uppercase)? switch (this.rawValue){ case "0": MyText.rawValue = "Text example one" break; case "1": MyText.rawValue = "Text example two, THIS TEXT TO ITALI...
Hi Team, We are migrating from AEM 6.4 to AEM 6.5 and Java 11. All the necessary stuffs like uber jar and other dependencies were changed . The bundle is active and everything is good. We are including the header and footer as below<sly data-sly-resource="${page.syndicatedLoadPath @ selectors='heade...
Looking at setting up site structure , MSM relationship for a multi-county , multi-language setup. And would like to know what is best practise followed from you all. Structure needs to cater to multiple markets and languages within markets.Example :- Canada as a market(country) will have english, ...
Hi Experts,I am Just trying to install accessmanager bundle for checking the acl permissions on instance. But when I download (jackrabbit accessmanager version 3.0.11) and install it through apache felix console, then it is in installed state due to some missing or unresolved dependencies. Can anyon...
Our site-project has recently been transformed and moved into the AEM Cloud. I want to create a SPA app within this existing project. I see the tutorials how to create a SPA project that connects and uses AEM but how to integrated it in to one code base for deployments is my hang up. I'm thin...