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
    Hi,We need to display currencies that are locale sensitive in Sightly. Using JSP and JSTL this is fairly easy :<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <c:set var="balance" value="120000.2309" /> <fmt:formatNum...

    Views

    1.8K

    Like

    1

    Replies

    1
  • 10/15/15
    Hi,How to reduce page load time for CQ5 Pages?explain?

    Views

    2.6K

    Likes

    0

    Replies

    4
  • 10/15/15
    Hi,I have created one component. I just want to know in which page and how many places(pages) this component is being used.Is there any way to find in CQ?Thanks

    Views

    1.2K

    Likes

    0

    Replies

    4
  • 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

    1.1K

    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

    531

    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

    468

    Like

    1

    Replies

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

    Views

    585

    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.9K

    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

    598

    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.9K

    Likes

    0

    Replies

    3