Hi, I am investigating ways of working for new AEM as a Cloud Service. One of the common features used in AEM projects was Crypo support that allowed to encrypt any secret as password, API key and keep it in the repository in OSGI config. Usually we shared one crypto key pair for our test envs and t...
Hello, I am using aem 6.5I have developed a complex nested multifield dialog for one componentIt looks like:.List: Item0: Content: Item0: Buttons Item 0,item1 Item1 Buttons Item 0,item1...
In AEM 6.5 sightly I have initialized the sling model class. Now, I want to call the method from that class. But method name is read from some variable (basically I read method name from other location). When I use that variable it doesn’t work. I know sightly doesn’t allow expression inside an expr...
Hello, While uploading the bundle package I am getting error "Cannot read property path of undefined" on browser's console. Any idea why I am seeing this? although I am able to deploy the same code on my local and also using maven parameter autoInstallPackage.Below are the screenshot of errors.This ...
I am using querybuilder to read the properties of some text components. If I enter UTF8 chars (e.g ü) into the Adobe author editor (and I can see from the page source that its set to UTF8), I get ISO-8859-1 out.When I get the ValueMap from the component in a servlet, I write the results to a file, a...
Sir,I have 2 Image Fields, now i want that whatever i upload in Image Field1 the same image should be uploaded in Image field 2 automatically. Thanks in advance.
Hi I have created a multifield inside another multifield where if I click "add" I will be able to enter two different levels of data any number of time. I have written a java code to fetch the values and wrote html to display them in tabular format.I am getting header correctly displayed but when di...
Hi I am trying to use a coral button component to get a text field. I am not able to understand how to trigger onClick event for this button. I have used "granite/ui/components/foundation/button" as sling:resourceType to a nt:unstructured node and created the button.Can anyone suggest how to get a t...