Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 10/15/15
    Hi,I have created a component using sightly. I've created component java class which extends WCMUse under the component. In this class, I'm using some other util class which is already deployed in AEM instance using maven commands. But whenever I'm rendering my component I'm getting the below error ...

    Views

    759

    Likes

    0

    Replies

    4
  • 10/15/15
    Hi all,After installing the following hot fixes:- 3728- 3707- 3892- 3306Sometimes the "Apache Sling Eventing Thread Pool" is displayed as "event.pool.name" and for a while we had thought that "Apache Sling Eventing Thread Pool" has been completely removed and replaced with "Apache Sling Thread Pool ...

    Views

    341

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi,In http://helpx.adobe.com/marketing-cloud/experience-manager.html for Developing AEM OSGi bundles that use Jackrabbit UserManager APIs doc, given http://helpx.adobe.com/experience-manager/kb/creating-cq-widget-supports-image.html URL. Where can I find the actual tutorial? Thanks,AryA

    Views

    291

    Like

    1

    Replies

    1
  • 10/15/15
    hi,I am looking for export files into word doc 

    Views

    382

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi,I'm trying to write a custom Sling Filter for injecting additional HTML markup into the response.Original response:<html> <head> ... </head> <body> ... </body> </html>Response after custom filter:<html> <head> ... <custom-tag> ... </custom-tag> </head> <body> ... </body> </html>This is the filter...

    Views

    1.4K

    Likes

    0

    Replies

    6
  • 10/15/15
    Hi,When making AJAX POST requests, CQ is prepending "/ajax" to the URLs.I had a look at the code that is executed, and looks like somewhere along the way this CQ callback is executed which prepends the "/ajax" to URLs:beforeSend: function (jqXHR, s) { // s: settings provided by the ajax call or defa...

    Views

    424

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi All,I have an requirement which need expertise suggetions to implement the same. The requirement is as followsThe Content which has to be added to the page has dynamic values like User ID's which fetch from other systems. if I use RTE can i able to do that. how to identify the dynamic values.Exam...

    Views

    2.3K

    Likes

    0

    Replies

    3
  • 10/15/15
    I'm working with handler. I'm trying to use the slingRepository.  However, when I added to my class It's not deploying my handler and its not showing any error.Any idea?@Component(        metatype = true,        immediate = false)@Servicepublic class MyAuthenticationHandler extends DefaultAuthentica...

    Views

    1.7K

    Likes

    0

    Replies

    11
  • 10/15/15
    Hi,If something is not worked or not achieved through Touch-Optimized UI(Granite), it means that component is not working in AEM6?Suppose if something is working in classic UI of AEM6 and not worked in Touch-Optimized UI. Can we say this component is working in AEM6?Is there any important difference...

    Views

    438

    Like

    1

    Replies

    1
  • 10/15/15
    Hi Everyone,I wanted to know how do we do design dialog configuration for components using Touch UI in AEM 6.0? I could not find the design view option anywhere. Also I went through the authoring AEM 6.0 documentation but there too I couldn't find the details.Do we have to resort to classic view for...

    Views

    497

    Likes

    0

    Replies

    1