I have a situation requiring me to set an image as a background on an element. Unfortunately, it seems that the sightly tag doesn't like being inside parenthesis with other content, and simply doesn't output anything. This code: <div class="img" style="background-image: url(${item.featuredImage})">i...
I have added a new tab to page properties. The tab consists of a multifieldpanel (acs-aem-commons bundle). I am trying to add a textfield, a dropdown and a number of checkboxes. The issue is that when I select the value under dropdown and select the checkboxes, everything looks fine but when I open ...
Is there a way to get a unique id from the httpRequest or somewhere for each page request ?I noticed the request_id is the same for the same page run from different browsers. I did see this cb (call back) id that seems unique for each page request.
I have created a simple template which refers to a html page.I have parsys included in the html page.page is quite simple<!DOCTYPE html><div data-sly-include="head.html"></div>hiiiii<div data-sly-resource ="${@path='par', resourceType='wcm/foundation/components/parsys'}"></div>However when opened in...
Is there ability to apply CUG mechanism strictly to page url instead of pattern?I have AEM6 with SP1 installed. I set CUG according to the http://docs.adobe.com/docs/en/cq/5-6-1/howto/create_apply_cug.html as it is shown on the picture below:[img]setup.jpg[/img]After publishing appropriate pages and...
Hi All,There is an requirement where dialog should display the value of OSGI configuration. How to do that? This is an custom widget and how to call an OSGI Service / fetch OSGI config value in javascriptif there is any way or API please suggest.
As I understand it, pages created locally inside a Live Copy site (that is tied to a Blueprint) should appear in the Blueprint control center with a blue color symbol. I have created several pages inside the Live Copy site that are not appearing in the Blueprint control center at all. Could this be ...
First - What are the valid payload types for a workflow? I've only ever seen JCR_PATH used.Second - Can I pass an object as the payload instead of a string?
Hi,I'm trying to add some advanced rules to the Dispatcher (4.1.9) but I'm finding myself very limited by the way patterns have to be written. [1] Is there any reason why it doesn't just use regex?How would I implement rules like these with the current patterns?Only allow query parameters "q" and "f...
Hi,I am following http://docs.adobe.com/docs/en/cq/5-4/developing/site_importer.html. I reached up to the page component extractor. But i am not able to extract the components.Components are not visible in the apps/project/component folder and in the parsys( in design mode). Attached the screensho...