Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 2/18/16
    Sample.js "use strict"; use( function () { var data = {}; data.item = []; data.item.push( { "message": "Message111", "anotherArray": [{ "ID": "1", "val": "1111" }] } ); return data; });Sightly File.html <p data-sly-use.sample="create-case-form-validations.js"></p> ${sample. item.message} returns not...

    Views

    3.8K

    Like

    1

    Replies

    4
  • 2/18/16
    Hi, all,I configured a flush agent earlier, all was working fine. When I checked today, the agent on the publish instance is still working fine. but on author instance, when I clicked on /etc/replication --> agents.publish --> flush agent --> view log, I got this error: no such agent: flush agent.Ch...

    Views

    1.1K

    Likes

    0

    Replies

    3
  • 2/18/16
    Having the same package in two different bundles, but the classes are different. Ex : two bundles has same package x.y.z but classes are different. Bundle 1 :        x.y.z.ClassABundle 2 :       x.y.z.ClassBNow I am trying to use this classes in JSP files , it is throwing me the error Caused by: org...

    Views

    482

    Likes

    0

    Replies

    1
  • 2/18/16
    I need to collect some info from page properties and child nodes properties befor replication(delete) occursIf i implement EventHandler @Component(immediate = true) @Service @Property(name = EventConstants.EVENT_TOPIC, value = ReplicationAction.EVENT_TOPIC) public class RedisVideoUpdaterService impl...

    Views

    2.0K

    Likes

    0

    Replies

    3
  • 2/18/16
    I add a component in one page. For instance, I drag and drop a Text & Image component.I edit that component with some texts and an image. Now, I need to reuse that created Text & Image component resource to render another page so that the same content can display automatically when the second page o...

    Views

    933

    Likes

    0

    Replies

    5
  • 2/17/16
    Hi ,   We have a requirement to copy node(s) which matches a given criteria from  source CRX to target.  For this  we used JCR api exportSystemView and importXML and its working fine . We are now  trying to achieve the same thing using sling .  Here is what we tried Get the json contents of the node...

    Views

    2.1K

    Likes

    0

    Replies

    6
  • 2/17/16
    Is there any tool/recomendation to implement interactive e-reader/flipbook for editorial in AEM

    Views

    3.2K

    Likes

    0

    Replies

    4
  • 2/17/16
    Does anyone know a bundle/plugin for compiling ES6 to ES5 in AEM? Something that will work like the existing Adobe Granite UI Clientlibs - Less Compiler.Our team is using React in our project and is using Babel to compile ES6/JSX files to ES5. What is your usual workflow for this?Regards

    Views

    5.5K

    Likes

    2

    Replies

    4
  • 2/17/16
    HiCurrently we are using client side pagination in our project search page. but we want to make it as Server side ,does anyone have any idea please drop your thoughts.ThanksSrikanth

    Views

    1.0K

    Likes

    0

    Replies

    1
  • 2/17/16
    Hi Team,We are integrating Adobe Campaign tool with AEM and getting data in our Recipient table through AEM form.Our requirement is to trigger campaign in Adobe Campaign, once data comes in Recipient through AEM.Do we need any coding at AEM end to trigger workflow of campaign in Adobe Campaign.Pleas...

    Views

    2.8K

    Like

    1

    Replies

    10