Hi,We are trying to sort assets alphabetically in list view through "name". To implement this feature we have overlaid "/libs/dam/gui/content/assets/jcr:content/views/list" to apps folder and set the sorting property to "true". Now there are 2 properties set at list view node which are "limit" and ...
We are getting the below exception while tryig to process a excel file and update the nodes. Please can you let us know if any config changes need to be done.java.lang.NullPointerException: null at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:192) at org.apache....
I want to capture data from my html form and post it to a jsp servlet residing in AEM. Is this possible? Also is it possible to call a OSGI method which may be running as a background service directly from an HTML page? I am getting error:500 when I try to post data into a jsp file which is residing...
Hello everybody, i'm using AEM 6.4.Now i know the captcha component from form is deprecated due security issues.I also know there is some guide to make a reCaptcha from google.What about a custom Captcha? Any suggest? I found nothing in this forum except cq5.Do you have any idea?
I am following this tutorial:Adobe Experience Manager Help | Persisting Adobe Experience Manager 6.4 JCR data using a Custom Form ActionIs there any way to get the data using normal input boxes from a page designed on static template and submit it into the jsp file POST.post.jsp. Here is the design ...
Hi guys,Recently, I usually found an issue with AEM 6.4 instances. Sometimes I can not start the instances because of the error as below:*ERROR* [qtp1120022051-69] org.apache.sling.engine.impl.SlingHttpContext handleSecurity: AuthenticationSupport service missing. Cannot authenticate request.We chec...
Hi,I have a requirement where we need to extend the OOTB search component and display the results in another page rather than showing the result in the same page. How can this be achieved.Thanks,Kalyani
I'm trying to hide a tab using javascript.I've tried.hide();addClass("hidden");addClass("hide");all just hide the tab content but not the tab itself.I can achieve hiding the tab by adding "sling:hideResource" in tab 2 properties. How can I do this using javascript?Thanks!