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 ArticleXSS filtering
We recently had our website security tested and one of the issues was that it was vulnerable for XSS attacks. I did some reading on the web about this and came across the package XSSFilter as part of...
View ArticleREGARDING EXTRACTING OF PROPERTIES
Hi,I am fairly new to ADOBE DAY CQ.. I want to extract properties of a particular node... I am using the following code.... Node aName= session.getNode(absPath);String propertyName=...
View ArticleHow do I add a pathfield to each slide in a customized slideshow component?
While I have customized the foundation components in terms of their dialog structure or jsp rendering thus far, I have not delved as deep as editing the .js files which seems to be what would be...
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 ArticleCQ5.5 Doc update: Dispatcher glob properties
Hi, New content is published about how to create the patterns to use for glob properties in the dispatcher.any file: http://bit.ly/OW9wSJ cya there Scott
View ArticleHow to automate CQ5 using selenium??
how to automate Cq5 using selenium. Extjs is genrateing random values dynamically. How can i get the unique ids from my application.
View Articlecan any body tell me how to map the jsp page with sling servlet
here is my content.jsp <%@include file="/libs/foundation/global.jsp"%><cq:include script="/libs/wcm/core/components/init/init.jsp"/><div><h3>Login</h3><form name="frm"...
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 ArticleWorkflow Launcher Configuration Exclude List
Hi, I have a situation where I need to have the main DAM Update Asset workflow ignore two specific directories inside of /content/dam and their contents. I've tried entring their paths in various...
View Article403 forbidden and 404 not found on dispatcher
Hi people, As I'm viewing pages on my dispatcher server I get 403/404 on some resources: Failed to load resource: the server responded with a status of 404 (Not...
View ArticleCQ Search Component
HiI have developed a multilingual website in CQ5.6 and want to use cq search component for searching contents in local languages such as chinese, japanese, arabic etc., Can foundation search component...
View Articlewhat is mean by help path in dialog?
HI , I am working on list component that is provided by cq5 out of box.ther ia one property called helpPath whose value is en/cq/current/wcm/default_components.html#List. What is this helppath.Any...
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 Articledate in JSP with date picker
Hi,I am trying to select date through component dialog so that that can be shown in JSP.I dont want to use Calender component . though i am able toget the result through datefield, but i am not able...
View ArticleWriting and reading value in widget to parent node
Hello, CQ 5.6.1 Using the Page's dialog, I have a property being written to and read from <current page>/jcr:content@isMenuRoot. I'd like to have another statically defined component on the page...
View ArticleSOLVED: “AuthenticationSupport service missing. Cannot authenticate request.”
A customer was installing CQ5 on a Red Hat Linux environment, and getting the following error displaying in the browser. AuthenticationSupport service missing. Cannot authenticate request. We checked...
View Articlelogin.html is being handled by DefaultGetServlet but not...
Hi Experts, I am facing a weird problem while accesing the login.html on 5.6. If I type the url http://host:port/libs/granite/core/content/login.html I get a 404. as below. My qn is why the...
View ArticleCQ and J2EE application integration
There is a JSP-servlets J2EE application(ecommerce web site) which is deployed on tomcat. Now My requirement is to integrate this J2EE application with Day CQ to display contents related static...
View ArticleCQ5 quickstart fails to complete with launchpad failure
I am attempting to run the CQ5 quickstart by both double-clicking the jar (in my case, C:\tools\cq\demo\cq-wcm-quickstart-5.4.0.jar) and launching from command prompt (C:\tools\cq\demo>java -Xmx384M...
View Article