Hi,I am trying to create out of the box component CAPTCHA in my page. After drag and drop, I have got refresh button and text element. How can I validate the user input?How can I invoke (ServerValidation.jsp) in the captcha component?Please help me out.Regards,Krishh
We need to create an adaptive form in AEM 6.1 and our project is done using sightly and not JSP.To override header and footer We need to create our own template and we cant use OOB Form Templates. So We have created a page component under our project /apps similar to the base component which comes u...
In a parsys section we can place a component placeholder. On editing the component placeholder a dialog box will appear to which a listener is configured. Is there a way for the listener to know in which parsys the component placeholder is being placed?Note: Parent node of component placeholder is t...
The documentation on this URL(https://docs.adobe.com/docs/en/aem/6-1/deploy/configuring/configure-runmodes.html) says the below: There are several methods for specifying which run mode to use; the order of resolution is:sling.properties file-r optionsystem properties (-D)Filename detectionWhere as t...
Hi experts,Can anyone help me to figure this out. I have drop down in touch ui and populating some values via datasource.Now when adding listeners to it, how can I get reference to this field.I used var list= new CUI.Select({ element: $("[name=./list']").closest(".coral-Select") }); But ...
Hi, facing Sidekick freeze issue in Classic UI in Chrome browser. I did not find any error in the javascript console logs (attached image). We are Using AEM 6.0 + SP2. This is not happening only in my system, it is same behavior for everyone in my team. Any idea, what is wrong in this case ?There is...
JSP is calling some APIs which resides inside the bundle and performing some operations with ResourceResolver object. These APIs which resides inside the bundles are getting the resourceResolver object from the SlingRequest like - resourceResolver = SlingHttpServletRequest.getResourceResolver(); ...
In one of the forms, we added a file upload component. The form works perfect for admins (since admins have jcr:all) under the node where data is stored. however, when we upload a file, under the jcr, it creates a node of file type "nt:file" for each entry folder. Issue is the top level node by defa...