Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 10/15/15
    Hey all,is there a way to set variables in sightly? Basically I have a lot of variables in my html template and it's getting kind of messy, especially with things like inherited properties [1] and combination of properties for conditions [2]. In a jsp I could just use <c:set> but not here. Any sugge...

    Views

    22.1K

    Likes

    2

    Replies

    13
  • 10/15/15
    Hi I am trying to configure 'Workfow Purge Scheduler'  for one of the Workflow in AEM 6.0. I am unable to find when and how this scheduler will be triggered.The documentation at 'http://docs.adobe.com/docs/en/aem/6-0/administer/operations/workflows/wf-admin.html#Regular Purging of Workflow Instances...

    Views

    1.5K

    Likes

    2

    Replies

    6
  • 10/15/15
    In jstl you can set variables in on component that are available to all other components after it in the same request. In AEM using sightly is there an equivalent way to pass data between components.(the use case we are looking at is where we want one component to know when it's included via another...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 10/15/15
    Hi,When creating new project using AEM plugin ( http://eclipse.adobe.com/aem/dev-tools/) with AEM 5.6.1 sever , I am getting below error :Publishing failed Failed installing bundle : Unable to install/update bundle from dir E:\test\ws\sample\core\target\classes : Unresolved constraint in bundle com....

    Views

    1.0K

    Likes

    0

    Replies

    4
  • 10/15/15
    Hi all,I'm trying to add a new dialog tab to the standard page dialog in AEM 6.0. I want to keep the basic and advanced tab. How would I do that? Here's what I tried and what didn't work:using the overlay tool in CRXDE I created the structure "/apps/foundation/components/page/cq:dialog/content/items...

    Views

    2.8K

    Likes

    0

    Replies

    7
  • 10/15/15
    Hi,I have a requirement which needs a counter integer variable to be incremented in loop or a flag variable to be set to 0/1 or true/false. I've to show 1st item using some UI and the rest of the items with another UI. How can I achieve using sightly? I have referred tutorials but no where mentioned...

    Views

    8.1K

    Likes

    2

    Replies

    10
  • 10/15/15
    Hi Team,we have been trying to add another aspect ratio to image component.  There are some default aspect ratios  and those are defined in /etc/clientlibs/granite/coralui/optional/imageeditor/js/imageeditor/plugins/Crop.jsi was trying to add extra aspect ratio here but not getting reflected .  is t...

    Views

    1.7K

    Likes

    0

    Replies

    2
  • 10/15/15
    We're experiencing some inconsistency with URLs on our publish instance. Some links are having the /content/project/ removed whilst others are not.The /etc/map has been created and seems to be working as expected, except for these links.An example of where the rewriting is links in the OOTB Text com...

    Views

    7.3K

    Likes

    0

    Replies

    11
  • 10/15/15
    Hi everybody,I'm experimenting with the new Java Use-API [1] but I'm having trouble getting it to work.I have a component here: /apps/abc/components/modular/C03-topbanner/Following the instructions, I put my .java file here: /apps/abc/components/modular/C03-topbanner/C03_topbanner.javaThe package na...

    Views

    9.2K

    Likes

    0

    Replies

    10
  • 10/15/15
    Is it possible to use multiple PredicateGroups within QueryBuilder?e.g.map.put("path", "/content");map.put("type", "cq:Page");map.put("group.p.or", "true");map.put("group.1_fulltext", fulltextSearchTerm);map.put("group.1_fulltext.relPath", "jcr:content");map.put("group.2_fulltext", fulltextSearchTer...

    Views

    4.1K

    Likes

    0

    Replies

    4