As an editor, I would like to be able to paste special characters in text fields within content creators and have those characters replaced with supported versions. In order to get special characters to render cleanly, they need to be copied from Character Map (pc) or Character Palette (mac) and pas...
Hi, This is my multifield dialog looks like in CQ6. You can see that the "move downward" and "remove" columns are hidden in the page. In CQ5, you can adjust this by resizing the dialog. but in CQ6, I cannot resize the new dialog.[img]2014-07-07_11-00-53.png[/img] This is my code./** * @class Ejs...
In developing with eclipse.pdf it instructs to 2. Map the repository to your file system using a WebDAV client.3. Copy all of the .jar files from the following directories to your cq5libs directory:• /libs/sling/install• /libs/cq/commons/install I have tried to followhttp://dev.day.com/docs/en/crx/...
Hi I have client context component, which takes emailid. On basis of this email its fetch the data from external system which initialize the session store.Below is my code for init.js.jsp :<% String leadAddress = properties.get("email", currentStyle.get("email",String.class)); log.info...
I am battling to find a way of synchronizing site development across multiple developers. What is the best way to synchronize a web site, the nodes and css, html, jsp and other scripting source files, as well as synchronizing the DAM.I have also used the vlt export to try and bring .java files devel...
I'm looking to customize what happens when you drag and drop a item from the Content Finder onto a Component. It appears that the out of the box behavior is to replace the value configured in cq:dropTarget with the path of the item(s) being dropped. It would be nice to intercept and change this beha...
Hi,We have modified our Touch UI Editor and have added an extra button in the Page Status area:[img]cuid_Page_Information.png[/img]The image is for CQ 6.0, but we are using CQ 5.6.On the page we are editing, a component is embedded like the following code snippet:<div class="hidden"> <cq:include pat...
Hi,In our deployment, we are using CQ 5.6 to dynamically create web sites. At the moment we have 10-20 web sites, but we expect to hit to 100-1000 sites soon.One issue that has been worrying me is that during activation, sometimes the only agent is stuck and then no changes go through.Is there a way...
Hi, in our AEM application we have a poll config used to import a stockquote into our repo. simple. It is scheduled to trigger each 300 sec. (5 minutes) However, for some reason, the process got stuck, and it stopped importing. I looked in the log files, I found no trace of an error that could hav...