Expand my Community achievements bar.

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

  • 10/15/15
    Hi Guys,We currently have an issue with embedded client libraries often breaking when changes to CSS or JS have been made, and also when deploying packages to publish.We have a workaround, which is to rename the client library and rename it back. This gets it to recompile and work.Is there a known c...

    Views

    757

    Likes

    0

    Replies

    5
  • 10/15/15
    In CQ5.6.1 to enable the "Did you mean? " in the search component, all you had to do was to added the spellchecker line in the workspace.xmlhttp://docs.adobe.com/docs/en/crx/2-3/developing/searching_in_crx.html#Spell%20Checker%20(Did%20You%20Mean?%20...)This all well and good, but in AEM6.0 this isn...

    Views

    1.4K

    Likes

    0

    Replies

    4
  • 10/15/15
    I would like to be able to cache pages that have a query. E.g, those with a querystring such as www.domain.com?q=searchWe're fronting our installation with Akamai, and Akamai is already caching these URLs, but each 15mins Akamai will go back to the origin and fetch straight from the publisher again....

    Views

    5.3K

    Likes

    2

    Replies

    4
  • 10/15/15
    I'm trying to write a workflow process which reads the value of a node in a XML file and then writes itto a content node with various properties. My problem is when reading the XML im using the  org.w3c.dom.Node librarywhen writing or finding a node on the JCR i'm using import javax.jcr.Node library...

    Views

    855

    Likes

    0

    Replies

    4
  • 10/15/15
    I have created a custom Workflow step for AEM 6.0.  I created a class that implements com.adobe.granite.workflow.exec.WorkflowProcess.  I need to get the jcr session and session.adaptTo(Session.class) is returning null.  session is not null and its type is com.adobe.granite.workflow.WorkflowSession....

    Views

    3.6K

    Likes

    0

    Replies

    11
  • 10/15/15
    Hi,We have a requirement that depending on the category of the asset , a list of metadata needs to be applied to that asset ( eg, marketing asset have a different set of metadata than product asset )Is it possible to achieve the same with AEM asset metadata schema or somehow else?

    Views

    720

    Likes

    0

    Replies

    4
  • 10/15/15
    Hi,I wanna cache publish requests and responses. I did changes in dispatcher.any for publish instance.After restarting the apache webserver for the first request am getting Geometrix welcome page but for the second request amgetting html page.Ex:<!DOCTYPE HTML> <html> <head> <meta charset="utf-8" />...

    Views

    3.1K

    Likes

    2

    Replies

    10
  • 10/15/15
    So, I'm encountering a weird problem with CQ5. One of the custom xtypes that I've created is correctly writing data to, but not pulling back saved data from, the repository. Just to be super clear, when I say pulling back saved data from, I mean when I refresh the page and then open the dialog again...

    Views

    1.3K

    Likes

    0

    Replies

    4
  • 10/15/15
    Hi there , I have started exploring cq commerce and as part of it was trying to extend the CQ native API .  Referring the article from here    http://helpx.adobe.com/adobe-cq/using/creating-custom-cq-commerce-providers.html ,   i have deployed my extended CQ commerce classes in felix console as a OS...

    Views

    4.9K

    Like

    1

    Replies

    16
  • 10/15/15
    In the cq/xssprotection/config.xml I set the tag-rule for an anchor as "filter" or "remove" because we don't want to allow our content editors to insert links. From every input field we run the xssAPI.filterHTML() method. However, when set this way, the xssAPI.getValidHref() method that we use for a...

    Views

    1.6K

    Likes

    0

    Replies

    6