From the AEM6.0 document, http://docs.adobe.com/docs/en/aem/6-0/administer/operations/workflows/wf-admin.html , there is an configuration item, named Cron Expression, but in my configuration dialog, there is no this property item. Is this an intention to remove this item ? Please refer to the atta...
Hello, Marketing team wants to make use of image renditions feature of DAM, but they want the ability to choose from various rendered images and then drag & drop on to a CQ page from content finder. But I found out that renditions are not available in content finder. I am aware of one solution, whic...
HiWe have a form when submitted calls a webservice and may return error messages as response. We need to redirect to same page posting the error. trying with this code in POST.jsp of the form, but it returns a 500 server error and couldnt find anything in logs: SlingHttpServletRequest req = ...
When implementing the sample described in http://dev.day.com/docs/en/cq/current/developing/components.html (creating a new component "Text & Image (Extended)" as a copy of existing component "Text & Image") I've got two problems - but will split them to two threads. First: The published version of...
Hello, I'm new to CQ5 and I'm following the "cq5_guide_developer" to practice my first project. It's very smooth until I want to download "cq5libs" from my local CQ5.5 server. Here are the content of the guide I'm following: Proceed as follows:In your file system, create a CQ5 libraries folder call...
Hi,I am developing an application that requires to me to prompt user to login and then pass some data from page to page. This can't be GET or form POST data. So, I thought to do using HTTP SESSION. I was trying to figure out how to do this in CQ5. I have been trying to figure out how to do this, but...