Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 5/13/24
    Details Discover the exciting features and innovations in the latest release of Adobe Experience Manager (AEM) Cloud Service, version 2024.04.0. The features in this release focus on Experience Manager Forms, Assets, and Cloud Service innovations and include the following: The features in this rele...

    Views

    48

    Like

    1

    Replies

    0
  • 3/9/16
    Hello Friends,I am trying to create a set of users that will be only using AEM Assets in 6.1.To test and try this out, I create a new group 'dam-test-group'. Then created a user 'dam-test-user'. Added 'dam-test-user' to 'dam-test-group'.Then I logged out from Admin account and tried to login using d...

    Views

    2.8K

    Likes

    0

    Replies

    5
  • 3/9/16
    After a file has been uploaded and saved via the Granite UI fileupload component, opening and saving the dialog again passes a null value on the ./fileName field, which effectively deletes the file. Is there a way to fix this?

    Views

    422

    Likes

    0

    Replies

    1
  • 3/9/16
    Hello,I have the following code in a JSP (as a part of a component):<% Locale pageLocale = currentPage.getLanguage(true); if (pageLocale != null) { System.out.println("PageLocale is good :" + pageLocale.getCountry()); } ResourceBundle resourceBundle = slingRequest.getResourceBundle(pageLocale); if (...

    Views

    3.0K

    Likes

    0

    Replies

    16
  • 3/9/16
    Is there a way to effectively create my own UI component that can be added to a component's dialog (rendering the UI component's own specific fields) and referenced in the component's template (rendering the UI component's own markup)?

    Views

    630

    Likes

    0

    Replies

    5
  • 3/9/16
    Hi,We are planning to do shortening of URL in our project.Could anyone suggest how we can do?1. How we can configure in local/Development Instance. 2. How I  can do in Apache redirection rule for Prod environment.3. What kind of settings do I need to in dispatcher side for shortening URL?Is there an...

    Views

    1.0K

    Likes

    0

    Replies

    2
  • 3/9/16
    So I am using etc map to shorten URL's and can get the short URL for a given path by -shortURLPath=resourceResolver.map(pageUrlPath);Now that I want to get the original URL back, I tried - resourceResolver.resolve(shortUrlPath);But this returns "NonExistingResource". I recall doing this on versions ...

    Views

    3.7K

    Likes

    0

    Replies

    2
  • 3/9/16
    Whats the best way to fetch a list of resources/child resources ordered by jcr:title  instead of the natural order it appear in the site admin. This is for a tree structure/navigational type component. Is it better to use findResources (query and use order by) or listChildren, then sort in a map.Tha...

    Views

    705

    Likes

    0

    Replies

    1
  • 3/9/16
    Hi, I am trying to manage certain pattern while creating a new page in AEM Author (as an Author) , the pattern needs a replacement of all not allowed characters to be replaced by hyphen "-".  To achieve this I have tweaked the settings in Configuration Console in Page Manager Factory by putting a hy...

    Views

    323

    Like

    1

    Replies

    0
  • 3/9/16
    Hi all,I am a beginner in developing AEM, and I'm trying to understand the product class.I have seen that there are products with predefined API product characteristics. I want to do a Combo product containing products.            Example:            Product item1 = hamburger            Product item...

    Views

    816

    Likes

    0

    Replies

    5
  • 3/8/16
    Hello,I've begun writing some Hobbes UI tests for our AEM 6.1 instances, following along with the examples at this page, and the API docs at this page. However, I noticed that there are some methods referenced in the examples that don't appear in the API docs. For instance, in the example called "CQ...

    Views

    2.1K

    Likes

    0

    Replies

    3