I want to be able to change the order of the blog posts created using the AEM journal/blog component. After creating five posts and looking at the generated json, the configuration.sortOrder is equaled to "REVERSED_ORDER" which makes sense because by default it seems that the most recent posts shou...
I want to create a component that can be used to search pages based on the tags. And I want to use search and promote for the same.Please give me suggestions.
So All,I am sitting here at Adobe Summit, and I am having a hard time getting UGC working staging environment. I am sure it is a permissions/other issues with some things. I have a typical environment with 1 author and 2 publishers....I am allowing "anonymous" posts/comments. there are a couple of t...
While Setting up Content Fragment Model in AEM 6.3 and using the content reference Model, I am getting below Java exception in Error log.I tried to follow following article, Compilation and classloading errors in custom application Still getting the issue, has someone come across this issue, please ...
Hi,I'm new with AEM. I'm trying to call Servlet using Ajax call. But getting javax.jcr.nodetype.ConstraintViolationException: No default node type available for /bin/myServlet exception.My ajax code is: $.ajax({ type: 'POST', url:'/bin/myServlet', data:'path='+ path...
AEM6.3 contains /libs/cq/gui/components/authoring/dialog/dropdownshowhide/clientlibs/dropdownshowhide/js/dropdownshowhide.jsAt lines 49-50 there is this code: // get the selector to find the target elements. its stored as data-.. attribute var target = $(element).data("cqDialogDropdown...
Hello all,I'm having an issue with a dispatcher configuration. The issue is exactly this one :Dispatcher caching issue while displaying the image renditions in AEM However, my issue is that the proposed solution cover only the thumbnail and I'm not able to find a way to use a selector with rendition...
Date Picker - /libs/granite/ui/components/coral/foundation/form/datepickerIs there a way i can disable past date and time in the date picker? i see there is a property called minDate and maxDate. But i should be setting the current date value to it every time i open the page for editing. i.e If i o...
Hi,I was following Adobe Experience Manager Help | Create your first adaptive form link to learn about AEM forms.I was successful in creating the Adaptive form, which id the Step 1 in this article.But when I am trying to create form data model from the DataBase as the datasource, I am getting this:...
I'm using AccountManagementService to handle user creation and reset password actions.So currently I have Reset password component, wich have reset-password.html, where I have a form with new password and confirm new password inputs.But also I have POST.html file with following:<sly data-sly-resourc...