Adobe Communique 5, or CQ5, is a large-scale web content management system that is currently available from Adobe Systems.

learn more… | top users | synonyms

0
votes
0answers
54 views

Select value from xtype selection type checkbox CQ5

Hello I am running an issue right now. I would like to make the checkbox state: checked but I could not make the defaultValue="value" <channels jcr:primaryType="cq:Widget" fieldLabel="Channels" ...
0
votes
0answers
24 views

Apache Wink, Felix OSGi. How to register a custom RequestHandler?

I want to register my custom JAX-RS RequestHandler in OSGi environment. As a JAX-RS implementation I use Apache Wink and its wink-osgi module for OSGi integration. How could I do this?
0
votes
0answers
26 views

CQ5 How do I render an image by InputStream from jcr:data?

I saved my image using the foundation/components/image component, but I can not get the image again. My JSP Code: String src = ""; if(image.hasProperty("fileReference")){ src = ...
1
vote
1answer
23 views

Accessing data from the jcr from jsp

In some implementations, I've seen jsp's using java bean classes acting as an intermediate store/data access layer to get data from a jcr. Why is this, since the jsp can access the jcr directly via ...
1
vote
1answer
21 views

Limiting allowed components in a template in cq5

I have a template that I want to limit to only using a certain subset of components. I've created the template, set the components I want to use in design mode and everything looks great, but when I ...
0
votes
1answer
20 views

How to page refresh on dialog cancel button in CQ5

Can we write a listener to refresh the page when author hits the cancel button? I know this sounds a negative requirement but I want to know whether there is any out of box functionality there? Like ...
-3
votes
1answer
27 views

configure sub bullets in rich text component [closed]

I have bulleted list plugin avaiable in the rich text editor.Is there any subbulleted list plug in available for the rich text component as my requirement is to have sub bullets under bullets. ...
-1
votes
0answers
13 views

Tabcontrol Dialog Width appears to be 0 on debugging CQ5

We have a custom tab control which extends the tabctrl already present within CQ. But when we add a row to the tabctrl, it works fine, the dialog has good width and height. On creating new tabs and ...
0
votes
1answer
21 views

uninstalling content package is grayed out

I replicated packages from my author to my publish and installed the packages on the publisher. Now I want to uninstall the packages on my publisher to replicate the new packages from the author to ...
0
votes
1answer
29 views

Issue with browse and upload new thumbnail in the template of CQ 5.5

I have provided thumbnail image for my templates. The thumbnail has jcr:content with property as below name jcr:data type boolean value view On double click view we get a browse option to ...
0
votes
1answer
26 views

How to make RTE hyperlinks “Open in new window” by default in adobe cq5?

I'm trying to modify LinkDialog.js under RTE to have the checkbox "Open in a new window" checked by default. According to the day API, it should just be adding the value "checked": true to the default ...
0
votes
1answer
39 views

Issue getting context menu in adobe CQ5 with selenium webdriver

I am trying to automate Adobe CQ5 with Selenium webdriver. I am finding it difficult to right click on content pages on right hand pane. If anyone succeeded working with context menu on right hand ...
0
votes
2answers
37 views

CQ5 custom tag sets cookie in response, but is is not in response headers when using IE10

I have some custom code (in a tag) that will create a cookie and send it to the browser. This code works for Chrome, Firefox and IE9, but for some reason in IE10 the cookie will not even get sent in ...
0
votes
3answers
79 views

Accessing resource data from JCR repo

Using sling resource interface I am trying to get access the data saved as a binary property to my JCR node. Currently I am doing it in the following ways , which is returning me a null value. ...
2
votes
1answer
34 views

How to define a package that uninstalls old code in CQ5?

Has anybody been able to successfully use the Replace dependency filter in the CQ5 Package Manager to uninstall/delete old code? http://dev.day.com/docs/en/crx/current/how_to/package_manager.html ...
0
votes
0answers
30 views

Adobe CQ 5. Retrieve SlingHttpServletRequest inside JAX-RS Resource

Is there any way to get the SlingHttpServletRequest instance inside method of the JAX-RS Resource class, e.g. : @POST public Response signUp(@Context SlingHttpServletRequest request) { ...
0
votes
2answers
78 views

AJAX call in CQ5 component

I am creating a component that needs to fetch dynamic data on change of a dropdown. Is there a way to place an ajax call from the component to an OSGi bundle to get the data dynamically at run time ? ...
1
vote
1answer
35 views

Does Sling allow Component Filters configured to target only certain resource types?

I've found Sling's ability to associate Servlets with certain resource types, selectors and extentions, methods really useful in component development. Now I'm starting to look into the ...
0
votes
1answer
48 views

Extending CQ5 List component

I'm looking into extending the cq5 list component to create custom list displays (obviously). The constructor takes a SlingHttpServletRequest and the minimal java doc says "creates a list from the ...
0
votes
1answer
82 views

What will be the Query in my situation in Adobe CQ5

Root contains one folder, named pending of type sling:folder. That have numbers of nodes of nt:unstructured type, having name of long value, that long value is very important for my code processing. ...
1
vote
2answers
46 views

How can I automate applying permissions for a JCR node?

For the CQ5 environment I work on we have a farm of publisher servers. Some of the content on these servers is restricted so only users who belong to certain groups can see the content. I'd like to ...
0
votes
1answer
42 views

Custom Field in CQ5 Page console

When we create a new page in CQ5 'siteadmin' , we get two fields to fill up ("Name" and "Title"). Could there be any way to add more fields here (Say, "Description") which the authors can fill up and ...
0
votes
1answer
70 views

CQ5 image resizing from DAM

I am looking to resize image from the DAM, my image path is stored in pathfield which direclty links to DAM asset. Where image is "/content/dam/....jpg"; I have access to DAM path, I need to get this ...
-1
votes
1answer
126 views

Need a cq5 example

I am new to Adobe cq5. Went through many online blogs and tutorials but could not get much. Can any one provide a Adobe cq5 application example with detailed explanation that can store and retrieve ...
1
vote
1answer
64 views

Multiple form components within a single form in CQ5.6/5.5

I need to create a form on my page which would accept values from the end user, validate the input (basic stuff, nothing fancy, to check whether required fields are filled etc.) along with a captcha ...
0
votes
1answer
60 views

Extending ProfileImages servlet in cq5

I am trying to extend ProfileImages servlet from /libs/foundation/src/impl/src/main/java/com/day/cq/wcm/foundation/pro file/impl/ProfileImages.java and bundling as an OSGI service. I have the ...
1
vote
1answer
91 views

Adobe CQ Components restricting child components

I am trying to create a component for a simple accordion, where blocks of content are held under headings and only one heading is visible at a time. My preferred implementation uses two components, ...
0
votes
0answers
91 views

CQ5.5: Getting current sling path from a jcr resource path

i've been looking for a solution, maybe I'm googling incorrectly. However I'm curious how can I get a sling resource path from a jcr node path. What I'm trying to do is print the current path to a ...
0
votes
1answer
42 views

Configure dispatcher on ubuntu 12.04

Am not able to get dispatcher working on my Ubuntu machine, following is the error that I get after apache restart Syntax error on line 2 of /etc/apache2/conf.d/dispatcher.any: Invalid command ...
0
votes
0answers
13 views

CQ.form.Selection.PATH_PLACEHOLDER not working?

I having a plain old dialog and want to load data from a servlet, which is invoked by a selector. Just invoking it by calling a URI works fine, but when setting the options property of a selection to ...
0
votes
1answer
41 views

servletengine Unable to send back last chunk: Software caused connection abort: socket write error

I have created a bundle for the class com.xxx.cq.wcm.foundation.profile.impl.TnailImages from the foundation file com.day.cq.wcm.foundation.profile.impl.ProfileImages. Here are the changes I made ot ...
2
votes
0answers
46 views

First install of Adobe CQ 5.5 product with Oracle 11.2 XE

I'm configuring Adobe CQ 5.5 for a first installation and I have problems because in the installation process, CQ didn't found the Oracle Driver. I need to use a relational database (Oracle) rather ...
0
votes
2answers
82 views

Using properties file in osgi bundle

I have created a simple OSGi bundle for my CQ5 application. I want to read certain properties from a properties file (regular key-value file) I have tried to put the file in the /resources folder of ...
0
votes
1answer
65 views

how sling script resolution works in adobe day cq

i am using adobe cq5.5. I could not understand how sling resolution works in cq5.5 Could someone please explain how sling works in cq with example? Thanks in advance.
0
votes
1answer
59 views

Issues with using reCaptcha on CQ 5.6

I seem to be having an issue with implementing a reCaptcha test on my page which I developed using Adobe's CQ5. I have a reCaptcha component set up which consists of 2 .jsp files, one for displaying ...
-2
votes
1answer
38 views

User permissions API in CQ

Consider creating a standalone java program for creating user/group with the access permission. So my question is, Is there any APIs available for setting user-permissions in CQ ?
0
votes
0answers
68 views

Smart file component(html5smartfile) not working

I have been working on developing a custom extjs console to enable author drop an asset using html5smartfile component. But somehow, the html5smartfile component is not working the way it should. The ...
0
votes
1answer
41 views

how to show search results page in an overlay

I need to display search results page in an overlay. For that I have created one div: <div class="overlaybox" id="overlaybox" style="display:none"> <sling:include ...
0
votes
1answer
50 views

Why is my custom CQ5 template not showing up?

I'm working with Adobe's CQ version 5.6 . I need to set up a new template for the homepage new project. After creating the homepage component (i've set my Super Resource type to ...
1
vote
0answers
61 views

cq5 dialog is not changing its width after increasing the size

I have a dialog in cq5 which is using xtype tabpanel, I am planning to change the default dimensions of dialog using these instructions I still see the default size of dialog even though I increased ...
2
votes
2answers
65 views

cq5 permissions problems viewing content on publish

I'm having a very interesting problem w/ content appearing on my publish instance. Let me just run down the situation and see if anyone can help. I have an author and publish instance set up. ...
-1
votes
1answer
37 views

Get content author of a component - iparsys [closed]

I have a header component,and I have logo component hard coded in the header component. Now I dragged the header component in the iparsys component. I'm able to content author the header component, ...
1
vote
1answer
64 views

Adobe CQ and SASS/SCSS

I would like to ask if adobe CQ support SASS/SCSS? Has anyone experience with it? I hope somebody can help me. Thank you in advance
0
votes
0answers
58 views

Retrieve properties of child node

I'm pretty new to java so bear with me. I'm trying to retrieve the properties of a child node. For instance I'm trying to retrieve all the properties associated with the image property: /content ...
0
votes
1answer
36 views

Sidekick activation greyed out (CQ 5.4)

i'm Setting up a local CQ Author instance for dev/testing. After applying some Hotfixes the activation button within the sidekick is greyed out. Logged in as admin user, i can activate the page via ...
1
vote
1answer
40 views

How do you debug annotation injectors when they just appear null?

I am currently working with CQ5/AEM, and we have an @Reference annotation that seems to act in a similar fashion to an injector annotation. Our problem was that we had a misconfiguration in our POM ...
0
votes
0answers
19 views

Connection Timeout does not happen in specified limit

I am trying to timeout my connection if it does not respond within 10 seconds. To simulate the test, i tried to execute the request to a unresponsive port on google. As specified limit of 10 sec, ...
0
votes
1answer
66 views

jQuery anonymous function error in CQ

I'm pretty new to adobe cq5 and I'm using clientlibs to load in my jquery. The problem is whenever I load in my jQuery I get an anonymous function error specifically this: Uncaught TypeError: ...
3
votes
2answers
60 views

Adding to <head> from a CQ component

In Adobe AEM (former CQ5) what is the best way to be able to add some custom html to part from a component? Let's assume that I have a page on which I can place my component in any of the parsys' ...
-1
votes
2answers
59 views

Sling Event Listening Code not working

I would like to have practical knowledge on Sling Eventing so i was trying to write the code. I have written a code but my sling eventing is not working. I can see my bundle active in osgi felix ...

1 2 3 4 5 6