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,I have a requirement of user permission like below from client :Eg, Role 1 can upload/download an asset but can't edit. They don't want specific folder permission. Is it achievable in AEM ?                           DownloadUploadEditApproveAdminRole 1ll   Role 2llll 

    Views

    564

    Likes

    0

    Replies

    1
  • 10/15/15
    I made a servlet eg:@SlingServlet(paths = { "/servlets/exampleServlet" }, methods = { "POST" }, extensions = { "json" }) public class ExampleServlet extends SlingAllMethodsServlet { @Override protected void doPost(SlingHttpServletRequest request, SlingHttpServletResponse response) throws ServletExce...

    Views

    3.3K

    Likes

    0

    Replies

    8
  • 10/15/15
    Hi,I want to add a new language 'Ilocano' to AEM6. This language doesn't have a ISO-639-1 code and has a ISO-639-2 code 'Ilo'. As per this page http://docs.adobe.com/docs/en/aem/6-0/administer/sites/languages.html AEM supports two-letter code as defined by ISO-639-1. Is it still possible to have thi...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 10/15/15
    what is the difference between dependecies and  propertieembeds in cq:ClientLibraryFolder . dependencies: This is a list of other client library categories on which this library folder depends. For example, given two cq:ClientLibraryFolder nodes F and G, if a file in F requires another file in G in ...

    Views

    1.2K

    Likes

    0

    Replies

    1
  • 10/15/15
    Basic question here about the Twitter4J ACS Bundle, ACS AEM Commons Twitter Support Bundlecom.adobe.acs.acs-aem-commons-bundle-twitterThe Description says, ACS AEM Commons Twitter Support OSGi Bundle. Requires deployment of Twitter4J library. I wondering how that's done? I've tried adding this http:...

    Views

    3.3K

    Like

    1

    Replies

    4
  • 10/15/15
    I  have custom bundle which has info level logging. When i go to crxde console tab, I don't see it.Which log file does the crxde console show anyways? I can then go to Sling Logger configuration and probably add my package to the one shown in crxde?

    Views

    663

    Likes

    0

    Replies

    1
  • 10/15/15
    I use the custom context store to do the segmentation with the help of sessionstore in javascript. Is there any other way to achieve targeting other than context store.Another issue : I tried the page hits(OOTB), but it didnt work.Am I missing anything?

    Views

    886

    Likes

    0

    Replies

    2
  • 10/15/15
    I've created a custom template which uses a custom component to insert an image into a dps article.I want to use this component through a workflow which renders an article for each image in the DAM. I want to make the "img source=" a variable where I can pass the name of each image that it refers to...

    Views

    659

    Like

    1

    Replies

    2
  • 10/15/15
    Hello Experts !I have a question regarding feasibility of a requirement. Requirement is to provide option to user to set a metadata at the time of asset upload (AEM 6.0 Coral UI)Like below, user can select if an image is HD or not and a custom attribute can be set with asset.[img]Image.png[/img]My Q...

    Views

    1.4K

    Likes

    0

    Replies

    3
  • 10/15/15
    I have css and js files in clientLibs folder, and also I have created a component. My question is if I drag the same component three time on my website, how many times will the css and js be applied.

    Views

    619

    Likes

    0

    Replies

    1