Hi,I am creating a custom health report and linking it with maintenance dashboard in AEM6.I have created a health check and a maintenance task. Now I need to create a hint in health report and link it with the maintenance task.Can some one help with some docs for creating the hint in health check.At...
Hi,I am getting below error when i try to access the custom page createdCaused by: java.lang.ClassNotFoundException: javax.servlet.jsp.PageContext not found by <custom package> [502] at org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1550)Same...
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?