Hi, I have the requirement to implement the functionality similar like orderhistory component of Commerce component-group. Under Geomatrixx-outdoors, under My Account there are two options Open Orders & Order History. Order History is to show last 12 months orders. But its not in actual if i see as ...
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...