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 ,I am facing a small issue with the ddpathfield xtype (https://github.com/Adobe-Consulting-Services/acs-aem-commons/commit/a1d2050ab766f0456c9988329a8e4f98bf262d0) right now .It works properly if I normally drag a file inside the field  , but if I remove the file again and then again dragging ano...

    Views

    651

    Likes

    0

    Replies

    2
  • 10/15/15
    Could someone guide me on how to clean archive workflows.I see like 10,000 under Archive tab in the workflows(/libs/cq/workflow/content/console.html)...Please let me know..

    Views

    895

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi,When I view the HTML source of a site on a published instance, I see markup like this:<div class="parsys iparsys parsys-header"> <div class="header parbase section"> ...Is this the norm? Or should these parsys, iparsys, parbase, etc. tags only be present in edit mode?Thanks in advance.    

    Views

    1.5K

    Likes

    0

    Replies

    3
  • 10/15/15
    By default, if we upload a GIF file to DAM, an DAM Update Asset workflow automatically.  If I have created a folder /content/dam/test, is it possible to exclude the path /content/dam/test from running DAM Update Asset when I update a digital asset to that folder? Do I add exclude list in workflow la...

    Views

    719

    Likes

    0

    Replies

    1
  • 10/15/15
    I'm looking at speeding up a component that just prints a large amount of <a> tags for a menu. Originally it took 70ms to generate this component which didn't make sense to me since this was just calling out.write() on a cached string. I disabled link checker in the component using the setIgnoreExte...

    Views

    1.3K

    Likes

    0

    Replies

    3
  • 10/15/15
    Hi,Where can i find the release notes or any documnetation for hotfixes NPR-3368 ,NPR-2474,NPR-2420 etc which would help in installing the hotfixes , any quick test cases to get the hotfixes tested.Thanks,Nagraj

    Views

    297

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi,For our project we want to restrict editing of some components like Header and Footer only to the home (root) page of a Web site.In other words, in the Touch UI, these components can be edited only if the page that is currently being edited is the home page of the current web site.Also it should ...

    Views

    3.4K

    Like

    1

    Replies

    4
  • 10/15/15
    Hi, When I use the method setProperty("Name", String[]) only the Name and type are added to the JCR. The Value is empty. But if I use setProperty("Name", "Value") everything is fine. pageResource = page.adaptTo(Resource.class); Resource jcrContentResource = pageResource.getChild(JcrConstants.JCR_CON...

    Views

    2.4K

    Likes

    0

    Replies

    2
  • 10/15/15
    Hi,I have implemented simple program for fetching image using JCR. ResourceResolver resourceResolver = resolverFactory.getAdministrativeResourceResolver(null);Resource res = resourceResolver.getResource("/content/dam/geometrixx-media/articles/bored.jpeg");            Asset asset = res.adaptTo(Asset....

    Views

    3.5K

    Likes

    0

    Replies

    2
  • 10/15/15
    Within the sitcatalyst.js under /foundation/vault/web/apps/cq/analytics/components/sitecatalyst/if(framework != null) { for (String name : framework.getAllComponents().keySet()) { FrameworkComponent cmp = framework.getAllComponents().get(name); for (String key : cmp.inheritedKeySet()) { if(key.index...

    Views

    731

    Like

    1

    Replies

    3