I'm storing news releases in cq:page nodes with name corresponding to the release ID--which are integers that increment by 1 with each new release created. I need to be able to sort these release by the release ID to do a variety of operation, in this case to get the highest numbered release. Unfort...
I am working on an AEM PhoneGap app that needs to be available in multiple languages. The user will be able to select the language from within the App. I started with the "Starter Kit" app on GIT, which creates an "English" set of content. I can't seem to find the documented way to create other lang...
I am trying to use the validate function to validate the length of the input in richtext field. However, upon validate failure, there is an empty message prompt layer appearing above my custom message prompt. Can anyone advise what am i missing here?[img]image.JPG[/img][img]image2.JPG[/img]code:func...
Hello,I accidently deleted a configuration from felix console from this section - Apache Felix JAAS Configuration factory.Now I am not able to log in to /system/console. Getting the following error in logs- *INFO* [qtp337226887-36] org.apache.sling.extensions.webconsolesecurityprovider.internal.Slin...
I am facing a error while compiling JSP. When i compile JSP i am getting following error The absolute uri: http://www.day.com/taglibs/cq/personalization/1.0 cannot be resolved in either web.xml or the jar files deployed with this application -> [Help 1]I am not sure which dependency i need to incl...
Hi, I'm using the Querybuilder api to query CQ within a Sling servlet. I want to know if there is a way to get the SearchResult in json directly? Below is the code I'm doing in the servlet - @SuppressWarnings("deprecation") ResourceResolver resourceResolver = resol...
Trying to gather analysis from Apache v2.2 that has Dispatcher installed on top of it.Basic config has worked quite nicely. E.g. all it needs is LoadModule dtagent_module "/opt/dynatrace-6.0.0/agent/lib64/libdtagent.so"(in httpd.conf) and address to the Collector that analyses the data.This loads so...
Hi,I am using AEM 6.0 and created a template with parsys. I was able to drop an image from content finder to parsys directly without any component in it. When i double clicked on the image dropped, it opened the Out of the box image component dialog (libs/foundation/component/image). How can i open ...