Event 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 ArticleUnable see page on publisher in AEM/CQ5.6
I am trying to replicate the geometrixx-media/page/article component in adobe CQ 5.6.I created a component geometrixx-media/page/mycomp and then copied the files content.jsp and 8x4col.jsp from...
View ArticleCQ5 Response Encoding
Hi Folks, Does any one know whats default character encoding used by CQ5? (UTF-8, ISO-8859-1 etc) Does it depend on whats the encoding used when the file was stored, if so whats the default encoding...
View ArticleForm-Global Constraints
I want to validate a user sign-up form when the entire form is submitted. Un-like most of the OOB form components, I want my error message to show at the top of the form not at the position of the...
View ArticleCustomization - Additional column inserted in Inbox - value not rendered
Hello, I have a requirement for customizing the inbox and populating the new inbox column with additional value. I made coding updates and everything looks good but the inbox does not render the new...
View ArticleHow to write a subquery using JCR SQL2 in CQ5(without ModeShape)
Hi, We have a parent node with several levels of child nodes. We are trying to do a node level search i.e., if the search key is present in any of the properties in the parent node or the child nodes,...
View ArticleChanged login page, but get "signed out" message and redirected to core login...
Hi All! :-) I'm trying to set up a custom login page to the site. I've created the page with anonymous access and changed config to add the auth.loginselector.defaultloginpage and...
View ArticleProvide alternative JSON renderer? Without losing default JSON renderer?
REQUIREMENTConstruct some custom JSON rendition of a page. For example: /content/site/page.my.json And we want to accomplish this without losing the out-of-the-box functionality:...
View ArticleDoes cq5 provide integration with adobe dreamweaver
Hi Everyone, I would like to know if CQ5 provides any kind of integration with Dreamweaver so that all the content that is created by web-dev team using dreamweaver can directly be imported in Cq5....
View ArticleSiteCatalyst custom cq variables
I have to include few Custom CQ variables, how do I include them? What I did was added the analytics node from /libs/foundation/components/page to my structure and modified cq:trackvars. I replaced...
View Article"Drag components or assets here" in parsys
Hi, I have a page with 3 parsys 1st for header section, 2nd for content and the 3rd for footer section.How do I change the "Drag components or assets here" label of parsys component according to...
View ArticleHow do i use querybuilder.json to return similar search
Can querybuilder.json return a similar search? That is if I usequerybuilder.json?fulltext=walntI'd like to get the results for "walnut". What predicate should I use?
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 ArticleCan't access etc folder using WebDAV
When I connect to the CRX repository using WebDAV I can access most of the folders e.g. libs, apps, content etc. but I get an error when accessing the etc folder. I have tried using both Window 7 and a...
View ArticleHow to manually install the rep:Policy nodes using package manager?
When i try to install the package containing rep:policy nodes from another machine, the rep:policy nodes gets skipped. In the activity log it shows a "A" or "U" for adding or updating the rep:policy...
View Articlelogin page changed
One of my author servers had the login page change from /libs/cq/core/content/login.html to /libs/crx/core/content/login.html and I'm trying to figure out why. Nothing else on the server has changed,...
View ArticleThis node already exists: /etc/packages
Hello all! I've been trying to upload packages into CQ5 via Java, based on the documented curl commands at http://dev.day.com/docs/en/crx/current/how_to/package_manager.html, but I've hit a strange...
View ArticleCan I use regular expression in JCR QueryBuilder?
I want to find all the pages with cq:tag which end with "/testingtag" is it possible to do so using ? Are there any online tutorial on JCR QueryBuilder? I tried something like that but unfortunately it...
View ArticleParse json data from inputstream using org.apache.sling.commons.json library
I had two options to receive the input stream data either xml or json. I decided to go to the json route. I am getting complex input data from an API in the json format. Can someone tell me how do I...
View Articleform and post as a method to send request parameter?
Hi all, I have question about best practice in the CQ to send between 2 pages a parameter using a post method in the form. I have simple form on page.html like: <form action="page_2.html"...
View Article