CQ5 - user session data maintenance
Hi,I am developing an application that requires to me to prompt user to login and then pass some data from page to page. This can't be GET or form POST data. So, I thought to do using HTTP SESSION. I...
View ArticleUpdated: CQ5 Fully Featured Website tutorial
Hi, Due to a number of recent comments, I updated the Creating a Fully Featured Website tutorial in the CQ5.5 documentation. Changes included some fixes to the CSS file and component code, some...
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 ArticleUsing multi-value properties in JSP components
I am trying to figure out if I am doing some small step wrong or if I don't have a full grasp on how some things work. I am accessing a multi-value property from the JSP of my component: <%@include...
View ArticleHow to get SlingScriptHelper in servlet?
I need to get a SlingScriptHelper instance from within my servlet. Either a ComponentContext or BundleContext will do as well, as my only goal is to get sling services using it. Using SCR @Reference...
View ArticleCustomizing a Multifield Component
I am looking for a way to edit the multifield component which currently allows you to (+,-) pathfields (page references). Is there a way to change the pathfield option so it becomes a...
View ArticleHow do I know the current version of CQ5 on my computer
I will like to know which version I currently use or CQ5.4 or CQ5.5. Is there a way to figure it out?. In http://localhost I can find nothing about version
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 check CQ version installed in publisher
Dear All, Could anyone please let me know how to find out which version of CQ has been installed on publish instance? Regards
View ArticleCQ 5 Tag Search with German special characters
Hi all, I configured CQ 5.5. to do search on a set of custom tags that I created for documents. I did that by adding some new tags in /etc/tags/custom and adding this path in...
View Articlehow to get the local file system path of an image that loaded into the image...
Hi, I'm having hard time uploading image from filesystem where as drag and drop works. I'm not getting a path of image selected from filesystem. here is my code.. private String populateImage() throws...
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 Articlejava.io.IOException: No such file or directory while storing SSO...
Hi, I am trying to configure the SSO header in the Adobe Granite SSO Authentication Handler by the Adobe CQ5 Web Console Configuration. I set the Header Names, I chage the format to "AsIs" and I set...
View ArticleDoes CQ provide a valid example of reverse replication for forms?
I am not talking about this:http://helpx.adobe.com/cq/kb/HowToUseReverseReplication.htmland not this:http://mkalugin-cq.blogspot.com/2012/02/reverse-replication-woes-solved.html They work for polls and...
View ArticleAEM CQ5.6 - page properties editing functionality depending on templates
Hello everyone, I want to provide a view (UI touched) to the editor/user different page properties depending on the template within CQ 5.6. Let's say I have three templates which have a bunch of common...
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 ArticleConnect to JCR from Java via JcrUtils without WebDAV
Hi, I'm trying to connect to the JCR from a Java application, but the CQ5 instance has Apache Sling Simple WebDAV Access to repositories and Apache Sling DavEx Access to repositories turned off in the...
View ArticleNeed learning material or links for CQ5
Hi All, I am planning to learn Adobe CQ5. Can anyone give me more information on Adobe CQ5? Also share me the links to download the tool, learning material etc if any one has? Thank you
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 ArticleHow to add a document to the JCR Repository via Java API
I'm trying to get started with the JCR 2.0 " Content Repository Java Technology API Specification" It's really a great document but I miss a minimum of examples to visualize how it is all fits...
View Article