I have made a dialog participant step. I want to make some fields in the dialog as mandatory. The property mandatory I guess works only for some xtypes such as textfield but it doesnt work for xtypes such as datefield etc. I have a requirement to make a datefield mandatory. Is there any way we can d...
Hi , I have a requirement in the image component where a user is given preference to choose to open links in new window (similar to text component) . So all i need is to add target = "_blank" to CQ5 image anchor tag on user opts for new window . The OOTB image component uses Image class which a...
Hi,I am using CQ5.5 and trying to upload Folio (Tablet Folio of Geometrixx Media in CQ5 "Publication" section) to DPS Folio Producer but it gave error. (I used the Adobe ID to configure the connection for DPS)Also I want to know, How can I create digital magazine using these CQ5 Publication feature?...
Hi,I am trying to do this operation <c:set var="title" value="${page.value.properties["jcr:title"]}" /> in jsp but not being able to do so. The error I am getting is "The attribute prefix jcr does not correspond to any imported tag library". How can I resolve this issue.Thanks in advance,Ankit
Hi there,Anyone know whether cq-5.6.1-hotfix-3408-0.1.zip and cq-5.6.1-hotfix-3306 work for CQ 5.6?We're quite keen to install both of them to our 5.6 author and publish. But not sure whether they will crash.Cheers,Z.
Hello there,I am experiencing a problem with a workflow. The workflow is a simple publish workflow which has 2 steps:Enter description (Initiator Chooser Process) andReview change (Participant Step). Step 2 is assigned to the group "Company." Company has 2 members, the groups "Region 1" and "Regi...
Can Adobe please confirm the exact behavior of dispatcher during concurrent requests for the same page, when that page is either expired or not yet cached? Will Adobe CQ receive multiple concurrent requests for the same resource? Or will dispatcher only request a rerender once, have subsequent reque...
Hi All,I am new to Using CQ widgets i tried to understand below snippet code but could not able to.Below code is responsible to create a dialog ,inside a dialog a panel with text boxes and corresponding labels.CQ.wcm.DamAdmin.openForm=function(config,defaults){ var createDialog={ "jcr:primar...
CQ5 version 5.5.0I have a workflow that executes "Activate" on a page, then emails for approval before the next step. The activation proceeds correctly. The email to prompt the target audience seemsto approve the next step seems correct. That next step should replicate to a different host, using a r...
I'm also looking at using the workflow java API's to move/start the workflows. However using the API's i'm facing some strange behaviour. Please find attached the WorkflowManager class that i make use of.I'm using a 5 participant step workflow model. I first start the workflow using the startWorkflo...