The concept of the clientlib allows all the JavaScript and CSS resources and gives a great deal of freedom to structure and consolidate client resources, offering a modular platform by which the application can easily import the resources it needs. But I have challenge to load the page. Can you plea...
I need to take content from inner nodes in CQ.Any idea how i can acheive that.Ex : /content/geometrixx/en/jcr:content/par/text --> If i click this link, it has to fetch text component values from the page.Any suggestion to proceed?
Not sure if it's a installation issue or a missing step with Client Context, JSONP Store and Generic Store Component in Segments.After dragging a new JSONP store into Client Context,Setting up a JSONP url and doing a Fetch it downloads all the properties into the store.When loading up a new segment ...
Hello, I have CQ ,version 5.6.1. When I followed the instructions mentioned in the webpage, http://dev.day.com/docs/en/cq/current/wcm/campaigns.html and step 3) under CREATING A TEST&TARGET OFFER EXPERIENCE, I don't see a experience type :"TestandTarget offer" . Is the screen shot that shown with t...
Hi All, We can include existing components in new component by adding, <cq:include path="" resourceType="" />Is it possible to achieve the same using javascript?Like,<script type="text/javascript"> var temp = "<cq:include path="sometext" resourceType="existing/component/path" />" ...
Hi Masters! I have to configure the 'Max Parallel' workflow threads in my CQ installation, so I have to configure the org.apache.sling.event.jobs.QueueConfiguration osgi bundle. But I don't know the difference between these event topics:com/adobe/granite/workflow/job*com/adobe/granite/workflow/exter...
I am working on an adaptive form. I upload a Test.xdp file. Then use the template as areference to synchronize with the adaptive form.I have three step in the form.[img]qq.png[/img]Step 1, adaptive form. I drag the form elements into the Adaptive Form Page.Step 2, verifyfilldata.Step 3, send an ema...
I am trying to perform in place upgrade as advised in guide to Upgrading to AEM 6.0.Upgrading to AEM 6.0 - docs.adobe.comHowever when I complete in-place upgrade first step.Th eAEM gets started and launches only to give error "HTTP ERROR: 503Problem accessing /. Reason: AuthenticationSupport ser...
Hi , I'm trying to include rendering result of a content page in sightly uing data-sly-resource tag like below <article data-sly-resource"${contentpagepath/jcr:content/par.html}" data-sly-unwrap></article> With the above i'm able to see the result of the content page but it is taking...