Hi,At the moments all my components use jsp to do data manipulation and content serving. Is is possible to use sling servlets in the place of the jsp?Thanks
Steps followed:1. I Login from my client Login page using my client credentails,2. It Logs into CQ.3. The problem is when I click on logout, the CQ logs out and it also redirects to the required Client loginpage also, but then again logs in. Not sure, i think the session not getting invalidated (exp...
Currently using CQ5.5. I've been asked to provide the diff functionality that OOB components have using the "Diff" button in the Version/Restore tab within the CQ Sidekick.I've been able to add this feature for the text portions of our components, by using the DiffInfo and DiffService classes provi...
I created a custom dam media handler for a RAW file format .pef.But when i try to insert a .pef file in my dam , the default handler gets called. What should i do to make this handler get called , when i insert that file. Thanks in advance.Harish
Adobe experts suggested us to use the root page of a Blueprint as the Home page (instead of having a home page inside the folder, same level as the rest of the sections) as shown below:[img]http://dev.day.com/content/docs/en/cq/current/administering/multi_site_manager/_jcr_content/par/image_0.img.pn...
I have a quick question. Somehow my page's template has changed to an old template in Production (I don't know why that happened, did a release and didn't change anything in the content but it changed to the old template). Now I have to change some page's templates back to the current ones. Can I do...
This is a hopefully simple question, with hopefully a simple solution. When I try to load a page (on my local machine) at http://localhost:4502/cf#/content/my/website/page.html, my page never loads. When I delete the /cf# in the url, the page loads as it should, just without the Content Finder Nav...
In prototyping a solution, I need to build a small node type hierarchy and sometimes need to rename a type or move a property from one node type to another. I'm new to AEM & CRX and cannot find support for doing this in the documentation. I imported a couple of node types and would now like to mo...
Hi Friends,I am trying to follow along the example on this link http://helpx.adobe.com/adobe-cq/using/persisting-cq-data-relational-database.html and somehow my persist.json.jsp is not able to resolved the followingcom.adobe.cq.CustomerService custService = new com.adobe.cq.CustomerService();I can s...