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...
After installing a WKND bundle. the sites shows the blank page. and when I open the page with View as Published it gives me an error. org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: org.apache.sling.api.scripting.ScriptEvaluationException: data-sly-set: None of the registered plu...
Hi All, I want to use the SlingHttpServletRequest request object in another sling model. For ex.- @Getter@Model(adaptables = {Resource.class,SlingHttpServletRequest.class}, adapters = Header.class, defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL)public class Header{ @SlingObje...
Use Case:I'm trying to implement bootstrap like row's and columns where the rows component can have column components as childs. The column component dialog should be able to have dynamic width sizes set by the author (25%, 33%, 50%). Problem: In order for me to dynamically set the column width's I ...
Hello All,As part of upgrade from AEM 6.2 to AEM 6.5, I am looking to find a correct way to extend the AbstractSocialComponentFactory This is an example - https://github.com/Adobe-Marketing-Cloud/aem-scf-sample-components-extension/blob/master/bundles/aem-scf-extensions/src/main/java/com/adobe/aem/s...
Hi,In one of our pages we have used sling:resourceType="granite/ui/components/coral/foundation/mode/switcher" so we have a page with multiple tabs and each tab has a separate actions in the action barE.gFig 1 (Tab 1 selected) Fig 2 (Tab 5 selected action bar has different options) Issue: If we ma...