We are currently on AEM 6.0, SP1 for what its worth.I am setting up the cq:dialog's for each of my individual components. I figured out how to use the granite/ui/components/foundation/include to include multiple elements inside a dialog. After doing this, I thought about it some more and wondered ...
Thanks for the responses guys. I have stripped it down to bare bones to try and get it to compile so this is what I have in the class currently:package apps.global_web.components.content.relatedlinksimport com.adobe.cq.sightly.WCMUse;public class MFPF extends WCMUse { private String testVal; ...
I am having a similar issue was wondering if someone could help. Component is located in /apps/global-web/components/content/relatedlinks/ .java located in /apps/global-web/components/content/relatedlinks/MFPF.java (which extends WCMUse and I Override activate() ) package name is apps.globa...
I have a case where I need to create a variable number of parsys in a Sightly component. Here's the code I am currently trying:<div data-sly-list="${var.List}"> <div class="${item}"> <div data-sly-resource="${'field' + itemList.count @ resourceType='wcm/foundation/components/parsys'}"> </div> </div...
Hey Tim,Can you double check your CRXDE Lite content area? I just tried the same situation in the touch UI and I agree it doesn't look like it is part of the "sub" paragraph, but when I look in CRXDE it does in fact show the component I added to the "sub" paragraph as being part of that paragraph, ...
Hey @ashtrick, was wondering if you had had any further luck with this? I am having a similar issue. Even though it says on the documentation that links should be using the URI context by default for href's, I did try this to see if it made any difference, unfortunately it did not. <ul data-sly-li...