Change the default font of the richtext widget
I want to change the default look and feel of the content of richtext widget. I tried set the cls property when defining the widget, but it doesn't work. any idea? thx
View ArticleAn exception occurred processing JSP page...
Hi All, I am new to DAY CQ development. I installed jdk1.6.0_37 in my system. I started cq 5.5 jar on port 4502. When i start cq and open localhost:4502 in browser I am getting following exception "An...
View ArticleHow to implement Ajax
Hi All, I need to implement Ajax functionality in my component. The requirement is, 1. On clicking on a button Java servlet needs to be invoked.2. In the servelt, need to access CRX nodes and store a...
View ArticleCQ 5.6.0 to 5.6.1 upgrade failing on Tomcat7 restart
All - wanted to know if anybody is having a similar experience in upgrading from CQ (AEM) 5.6 to 5.6.1, and whether you could suggest a remedy. The problem we're having with 5.6.1 can be replicated...
View ArticleRedirecting page
I am using the redirect option in page properties to redirect pages but the page just displays "This page redirects to <Page Name>" in publisher mode. Why is it not working?
View ArticleCRXDE 1.0.1 issue: Java Content Assist not available with CQ5.5
Hello. I've an issue when I connect CRXDE with CQ5.5. In JSP's editor, the Java Content Assist is not available. So, it can't resolve 'resource', 'currentPage', etc. I don't have this issue when I...
View ArticleHow to access the currentPage and currentNode Objects in a Sling Servlet
I have a requirement to write a Sling Servlet instead of regular CQ5 JSP In a standard CQ5 JSP it's easy to use the currentPage and currentNode objects, as they are automatically added by the default...
View ArticleHow do I use ?
Hi, I am trying to <sling:include> a content node wrapped inside <div> on a jsp. For example I have a textimage content node: "/content/company/en/product/jcr:content/par/textimage" I can...
View Articleparsys and cq:noDecoration
I have a page that has:<cq:include path="./par" resourceType="foundation/components/parsys" /> Some of the components under ./par has cq:noDecoration=true set.Those components, don't get...
View Article@Reference annotation causing customised servlet stop getting called
Hi guys, I noticed that as soon as I add the @Reference annotation in my servlet, the sevlet will not be called when the form is submitted. As soon as I remove @Reference the servlet will be called....
View ArticleHow to create a CQ package to export all the users and their permissions.
Hi All, Hope you all are doing great. Have a qn regarding the packge export via package manager. I am trying to export all the users and their permissions from one env to the other. I can get...
View ArticleHow to clean tarJournal?
Hi all, We had a bug in which an endless loop was continuously creating and then deleting the same node. I noticed that the size of the repository on disc (under crx-quickstart/repository) did grow...
View ArticleJava Content Assist in CQ 5.6 / CQ 5.5
In order to make Java Content Assist work in CQ 5.6/ CQ 5.5, download the file crxde-missing-libs-1.0 from : https://dev.day.com/packageshare/packages/public/day/crxde/crxde-missi ng-libs.html and...
View ArticleCQ5.4, about compiled jsp files
Hi guys, I have problems with caching and compiled versions, this is because of installing a package on a publish server with an older version of the same web app. This is CQ5.4, so I read you...
View ArticleCQ 5.4 - "Server not ready, browser not launched" Error
Greetings, Sometimes when I try to startup my CQ 5.4 instance, after a few seconds "waiting for server startup...", I got the message "Server not ready, browser not lauched".The most annoying thing...
View ArticleCaching Client Libraries
Does CQ have a built in way to deal with client library caching issues? When using the foundation image component, the final src attribute of the image in the clients browser is something like:...
View ArticleCQ5.5 ecommerce integration
I am working on integrating Hybris with CQ ecommerce. I am following the documentation on - http://dev.day.com/docs/en/cq/current/ecommerce/eCommerce-framework.ht ml However one of the steps is to...
View ArticleClient Context customization in CQ5 to personalize the content based on user...
Hi, I would like to customize the CQ5 client context to personalize the content based on the user profile information which we receives from third party systems(ex: Oxygen single sign on).I have looked...
View ArticleHow to move assets in different directory using java service
Hi, We are working on a requiment in CQ5 DAM where we need to move assets into different directories using java program (java content APIs) based on some triggering condition (i.e creation of...
View ArticleConnect to JMX tools from java
Hello everyone, hope you’re all having a wonderful day, I’m currently trying to connect to the JMX console’s LDAP functionality through a custom login module. I’m currently trying to use the code...
View Article