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

    657

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi All,We are going to create a user and the same we want to configure the same as replication agent in author instead of admi user which comes with built in AEM/CQ.Here my doublt is do we need to have the same user gets created in publisher instance also.Please help if any one has any idea on this....

    Views

    534

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

    Likes

    0

    Replies

    3
  • 10/15/15
    I'm trying to use a Granite Dropdown to manage Long property but I'm having issues.  It looks like com.adobe.granite.ui.components.Value returns a string in the for n.0 when converting a Long property to a String (i.e., 1 becomes "1.0").  This is causing the Dropdown component to incorrectly handle ...

    Views

    310

    Likes

    0

    Replies

    2
  • 10/15/15
    I'm trying to make use of OOTB column control component in Geometrixx Media site. I dragged and dropped column compopnent in to parsys and after I tried to edit but I'm not getting options in dialog. I looked into the corresponding JS(WCM.js) file and found that this URL does not return anything /co...

    Views

    1.3K

    Likes

    0

    Replies

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

    239

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

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

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

    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

    654

    Like

    1

    Replies

    3