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 all,I'm using in my servlet code 3rd party library to dynamically generate PDFs (iText). The library have dependancies on the org.xml.sax package. Here is the relevant stack fragment:.....Caused by: java.lang.ClassNotFoundException: org.xml.sax.SAXException not found by iText [384]        at org....

    Views

    672

    Likes

    0

    Replies

    0
  • 10/15/15
    CQ 5.6.1 - In a nutshell, the design cell path generated by a component's design_dialog doesn't match the component's "currentStyle.getPath()".  This makes retrieving properties,via...currentStyle.get(String name, T defaultValue)...always return the default value.I'm trying to figure out if this pro...

    Views

    1.2K

    Like

    1

    Replies

    4
  • 10/15/15
    Hi,I have a requirement to order the folders in DAM Left Bar(Tree Root) by Name or Created Date. I found /bin/wcm/siteadmin/tree.json servlet called for getting the json data of the /content/dam node.I want to see the servlet code and how the damadmin rendered and damadmin components path in CQThank...

    Views

    1.8K

    Likes

    0

    Replies

    3
  • 10/15/15
    I followed the steps as per the article "Integrating with Salesforce" to integrate CQ5 with salesforce, but I am getting the error "Error in Getting Access Token"."maruthid" also faced this issue and raised his question in "Integrating CQ and salesforce and possible options" on December 30, 2013, bu...

    Views

    2.8K

    Like

    1

    Replies

    4
  • 10/15/15
    Hi,I am making an AJAX call to a sling servlet on CQ 5.6.1 using the path /bin/fetchlisting like below:@SlingServlet(paths="/bin/fetchlisting",methods = "POST",metatype=true)public class RetrieveListingServlet extends SlingAllMethodsServlet   {The call is being made from javascript like this:$.ajax(...

    Views

    886

    Likes

    0

    Replies

    3
  • 10/15/15
    Hi Guys - I am new to CQ and need to clear some concepts. Sorry for asking some basic questionsWhat is the difference between page rendering and non-page rendering components?In the <cq:include> definition what doesI am not clear on the path and resourceType definition"The path to the resource objec...

    Views

    616

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi All,I have created a group in userAdmin and it has some users attached to it.And in my java class I want to get the list of users attached to the group, but somehow I am not able to find any API or some way to find it out.Finding the Group to which a user is attached I know, but dont know how to ...

    Views

    6.2K

    Likes

    0

    Replies

    3
  • 10/15/15
    Hi All, Does anybody know of a way to cache pages in the dispatcher based on the contents of the HTTP headers?  Or is there a way to selectively disallow the caching of a page, or not to use the cache? Thanks,Bill

    Views

    772

    Likes

    0

    Replies

    1
  • 10/15/15
    I am currently using CQ5.5 SP2 and having trouble to create a multifield component where one of the field allow user to drag & drop image from content finder to a smartImage.  Below is my source code to init my multifield xtype.  The last field is the field where I create the smartImage, but on the ...

    Views

    647

    Likes

    0

    Replies

    1
  • 10/15/15
    I'm trying to implement an EventListener to propagate some JCR changes (property changed, node added ...).This topic has been discussed in a number of posts but different implementations are available and I'm inclined to describe the nitty gritty details on the required annotation as a very well kep...

    Views

    937

    Likes

    0

    Replies

    2