Maven plugin for managing CQ5 packages
Hi, Here's some new documentation that explains how to use the Content Package Maven plugin. You can package and install content from your maven build...for example, in your POM, add goals for package...
View ArticleDeveloping with Maven : [ERROR] Unresolveable build extension: Plugin...
I am trying to deploy AEM with maven, so I followed this tutorial. When I run the command mvn clear package, I get the following error: C:\workspace\myproject\app>mvn clean package[INFO] Scanning...
View ArticleHow to post a form to a servlet in CQ5.5?
Hi all, I'm using CQ5 to develop some things. and now i am not so clearly how to post a 'FORM' and accept with a SERVLET. I've seen this 'http://forums.adobe.com/message/4932739#4932739' already,...
View ArticleHandling Post requests to update node content
Hi , I'm pretty new to CQ5 and trying to handle HTTP post request with my component . My directory structure is /apps/training/components/page/trainingpage/trainingpage.jsp...
View ArticleHow to create a query in for lastModifiedDate in Query Builder
I want to create a query to get the Dam Assets those with their lastModifiedDate that match the current date. The usual lastmodified date is of the format yyyy-MM-ddThh:mm:ss etc. With the current date...
View ArticlePermission Inheritance Problem
My client is having an issue with permission inheritance down their page tree. Here's a small sample of the page hierachy we are dealing with: F0 (sling:OrderedFolder)F1...
View Articlewhat would be the difference between sling:folder and nt:folder?
what would be the difference between sling:folder and nt:folder?
View ArticleWorkflow launchers for cq:page deletion
Hi, the workflows in our envionment does not handle deletes and the idea now is to implement a workflow launcher which would track the deletes on cq:page under path /content/<somepath>/. I...
View ArticleClient Context - Retriving site visitor's IP address?
Hi all, Can some one point me to the right direction on how to retrive site visitors IP address? We are using 5.5. In the client context it dispaly's NO IP or sometime local host IP. Thanks in...
View ArticleSet node property with String[] value, using ECMA script
Hi, I am coding an ECMA script for a workflow in Adobe CQ5.5. I am not able to set a node property with String[] value. Here is an exception occured Caused by:...
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 ArticleHow to refer to the built-in JQuery UI?
I am able to use the built in JQuery and want to use JQuery UI as well. Curiously (using Firebug) I'm already seeing jqueryui.js being downloaded to my pages: v.1.8.16. However the jqueryui.css is not...
View ArticleWhat is the difference between embed[] and dependencies[] for type...
I have tried to add multiple categories to embed[] and dependencies[] interchangeably many times. But I always see a dependency resolution error in JavaScript on the website.Also, How do I specify the...
View ArticleHow To create a dropdown list in CQ ?
Hi I want to create a topnav with dropdown list can you please suggest how to go about it. please check the below screenshot of menu that i want Thanks in Advance ThanksSunny
View ArticleHow to retrieve a property in a node?
Hi, I am a newbee in CQ development. Please answer the following question even though it can be too obvious question. --------------------------------------------------------------------------------1)...
View ArticleCaching at component level
Hi, I read the following forum post: http://forums.adobe.com/message/4296426, like to get confirmation that this is how we need to implement our solution. This is the problem: we have a component that...
View ArticleEvent listener when a particular field value changes in dialog
Hi there, Issue is that I need to change a jcr property when a specific field value is changed in dialog. Since all the fileds are modified / rewriten in jcr when the dialog is saved, i can not...
View ArticleCQ5.5 Embedded Javascript not minifying
Hi Have applied javascript minify on my publish server with the following results:Any scripts which are in a standard client lib folder are minifiedAny scripts which are merged in a client lib (using...
View ArticleWhat library to parse JSON string in CQ project?
Can I know what library to use?Is that any there is already included in the WCM installation? Thanks
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 Article