Expand my Community achievements bar.

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

  • 5/3/21
    Hello, I am creating a Java servlet to download assets. If this is static rendition such as cq5dam.web.1280.1280.jpeg, I can call asset method to do that as below: Resource resource = resolver.getResource(assetPath); Asset asset = resource.adaptTo(Asset.class); InputStream is = asset.getRendition("c...

    Views

    923

    Likes

    0

    Replies

    2
  • 5/3/21
    The request failed:{ "servlet":"org.apache.felix.http.base.internal.dispatch.DispatcherServlet-22bb003a", "message":"Not Found", "url":"/system/console/components/3376.json", "status":"404" } I'm getting this error for the service I wrote. How to resolve this? Is it because of the code? 

    Views

    1.3K

    Like

    1

    Replies

    6
  • 5/3/21
    Hi,  I have a requirement in which I need to disable activate/deactivate button in siteadmin console of AEM 6.5 for certain pages based on the user groups. So whenever user with that group tries to access that page he/she should not be able to click on activate/deactivate button. Please help if poss...

    Views

    890

    Likes

    0

    Replies

    2
  • 5/3/21
    I am using AEM 6.5. I want to hide the components in the page based on the device, but hide component feature is not hiding the component.If I add my project component into we retail page and try hide component then it is getting hidden. I am not sure what we have missed. Could someone guide me what...

    Views

    1.3K

    Likes

    0

    Replies

    2
  • 5/3/21
    Hi, I am investigating ways of working for new AEM as a Cloud Service. One of the common features used in AEM projects was Crypo support that allowed to encrypt any secret as password, API key and keep it in the repository in OSGI config. Usually we shared one crypto key pair for our test envs and t...

    Views

    3.9K

    Likes

    0

    Replies

    6
  • 5/3/21
    Hello, I am using aem 6.5I have developed a complex nested multifield dialog for one componentIt looks like:.List:     Item0:         Content:              Item0:                   Buttons                      Item 0,item1             Item1                   Buttons                      Item 0,item1...

    Views

    4.2K

    Likes

    0

    Replies

    6
  • 5/3/21
    I am looking for a specialized Adobe Experience Manager Partner who can work to deliver and AEM and DAM project . any recommendations please

    Views

    645

    Likes

    0

    Replies

    1
  • 5/2/21
    In AEM 6.5 sightly I have initialized the sling model class. Now, I want to call the method from that class. But method name is read from some variable (basically I read method name from other location). When I use that variable it doesn’t work. I know sightly doesn’t allow expression inside an expr...

    Views

    4.3K

    Likes

    0

    Replies

    5
  • 5/2/21
    Hello, While uploading the bundle package I am getting error "Cannot read property path of undefined" on browser's console. Any idea why I am seeing this? although I am able to deploy the same code on my local and also using maven parameter autoInstallPackage.Below are the screenshot of errors.This ...

    Views

    2.4K

    Likes

    0

    Replies

    7
  • 5/2/21
    I am using querybuilder to read the properties of some text components. If I enter UTF8 chars (e.g ü) into the Adobe author editor (and I can see from the page source that its set to UTF8), I get ISO-8859-1 out.When I get the ValueMap from the component in a servlet, I write the results to a file, a...

    Views

    2.0K

    Likes

    0

    Replies

    7