Hello All,I am trying to get the current user that is logged in by using Jackrabbit, and based on that information have a page redirect to a new page. I was using this tutorial as a starting point http://helpx.adobe.com/experience-manager/using/developing-aem-osgi-bundles-jackrabbit.html.I was able ...
Hi,When a component is dropped onto a page, or copy/pasted, it is possible to perform some post processing using a SlingPostProcessor custom class.However, when a page is copy/pasted in the Touch UI, as the operation is using the wcmcommand endpoint, SlingPostProcessors are not invoked.Is there some...
Hi,I have one custom search page, in which I am going to use SOLR search using Query Builder APIs. I have the UI part ready. Now, I need to write a backend code for the same. Now, I have 2 doubts:Is Query Builder APIs supports SOLR?If yes, then can some please let me know how to write the backend co...
I have a bug on our site that seems to be related to how CQSE (the Servlet Engine running in Adobe AEM/CQ 5.6.1) outputs something in a JSP.The use case is just using a .json.jsp to output a JSON object/hash, with some HTML fragments in the JSON values.Here is an example of a JSP that gives me unexp...
Hi,I'm moving content from a legacy CMS to AEM using JCR packages. My .content.xml, by way of example, looks like this:... </jcr:content><Android/><BlackBerry/><Chrome/><Doc Finder/><HTML5/><iOS/><Java/><Linux/><Mac/><Mobility Pack/><Offline Plug-in/><Online Plug-in/><Playbook/><Windows/><Windows 8/...
HI, I am trying to make an AJAX call through my JS file,The following is my code: use(function () { console.log('Entry in Active Checker JS File'); var page = currentPage.getPath()+'/_jcr_content/feature/event.infinity.json'; var queryString = '?nocache=nocache'; console.log(page + queryS...