Hi, I followed the following link to add a new column http://dev.day.com/docs/en/cq/current/developing/customize_siteadmin.htmlWhile a new column was successfully added the problem is that the menu (new, activate, delete) above the columns is now missing. Any help is appreciated.thanks
We're looking at some layouts from the creative team that include a variety of grid type structures. I took a look at http://dev.day.com/docs/en/cq/current/developing/mobile/responsive.html#Developing%20a%20Fluid%20Grid. In the section "Defining the grid using a page component" there is this example...
Dear experts,I've developed a workflow which looks like below. [img]workflow.jpg[/img]I've written two different OSGI bundle for two different custom process step and custom dynamic participant step.First OSGI implemetation - Created a bundle under /apps/mywebsite/wfprocess/ and path of java file is...
I am using CQ5.6.1. I have a component which contains other components (images with text) that I want to show as a carousel in the CQ WCM view for content editing. However, I also want to be able to double click on the inner image components to edit them. I am able to get the carousel working on t...
I need to develop an application using Adobe CRX with Apache Sling. I downloaded CRXDE and after runnig it its asking for Repository Login. But, before that I need to install CQ or CRX. Please provide me where can i get quickstart.jar to install CRX
Hi For the audit purge installation and scheduling i am checking http://helpx.adobe.com/cq/kb/howtopurgewf.html1. how to install Workflow n Audit purge-1.7.5 (1)2.how to Define a time range for every day (for example, 22H00-23H00) automatic cleanup.
Having some issues with the URLs in our css being rewritten to relative even though we want them to be absolute. One style in particular -behavior: url(/etc/designs/<appname>/behavior/PIE.htc);We are developing in CQ5.5 and when the css is compiled it works as expected, the url is still absolute whe...
I created a Servlet call ShippingDetailsServlet.java and deployed it. I need to submit a HTML form to it. I am not sure what path I should put in the form action. Below is the form. <form action="/services/mycompany/ShippingDetailsServlet" method="post"> Country: <input type="text" name="country" ...
Hi,I am having 5.6.1 in my environment.I have uploaded package using curl command successfully.Now am using curl command to install a package it is giving an error. Please find the attached document with the error
HI, we want to extract Metadata for CRW/CR2 files. we are using this code of JRAWIO- http://jrawio.rawdarkroom.orgFile file = new File("DSC1234.NEF"); ImageReader reader = ImageIO.getImageReaders(file).next(); reader.setInput(ImageIO.createImageInputStream(file)); IIOMetadata metadata = reader.ge...