Expand my Community achievements bar.

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

  • 2/8/23
    Hi,  I want to install  Adobe Experience Manager in my local window system. please help me

    Views

    984

    Likes

    0

    Replies

    7
  • 2/8/23
    I have enabled basic auth from dispatcher for our dev and stage server.But its not caching content when basic auth is enabled. If I disable basic auth then it works. For basic auth I have added following code on dispatcher <Directory "${PUBLISH_DOCROOT}"> <If "req('Host') =~ /(dev|stage)\.example...

    Views

    1.1K

    Likes

    0

    Replies

    6
  • 2/8/23
    I have a Json response from SAP eCommerce. And for that I created a POJO class to map the keys and its values. Now when I'm referencing it into my servlet, I'm getting Unsatisfied (reference) error in system/console/components for that particular Reference.  Can anyone provide clarity on why this i...

    Views

    742

    Likes

    0

    Replies

    3
  • 2/8/23
    as above. just trying to avoid a situation where someone can brute force their way into AEM.   Thanks

    Views

    565

    Likes

    0

    Replies

    2
  • 2/8/23
    I'm trying to extend a component, but my new marquee.html updates aren't rendering on the page. The dialog updates are okay. Here's what I have: Parent component marquee > _cq_dialog > clientlibs _cq_editConfig.xml .content.xml marquee.html Child component marquee2 > _cq_dialog (All these updates a...

    Views

    419

    Likes

    0

    Replies

    1
  • 2/8/23
    In Page properties I have added 2 text field and 1 multifield(textfield)   For all these textfield I want one validation where it doesn't accept any symbols other than '-' and 'space'. How can I achieve this. What Js to be used.

    Views

    613

    Likes

    0

    Replies

    2
  • 2/8/23
    I'm standing up a new database and migrating a site from database A to database B in AEM There are some architecture changes in the site, and I want to redirect as many dead pages in database A to substitute pages in database B for the first couple of months that database B is live. Is there a limit...

    Views

    1.4K

    Likes

    0

    Replies

    3
  • 2/8/23
    Hello.   HTL cannot access my simple Java Sling Model. Here is my Sling Model sample. (Skipped the Interface because it is really simple.)   @Model(adaptables = Resource.class, adapters = MyComponent.class) public class MyComponentImpl implements MyComponent{ @ValueMapValue(name = "fragmentPath"...

    Views

    777

    Likes

    0

    Replies

    2
  • 2/8/23
    Hi,   We have a requirement where we need to create a column control component where the number of column selection is driven by Author and based on the number of column selected the column control render the defined number of parsys. This works fine by adding a logic in HTL for non-SPA pages but ho...

    Views

    1.7K

    Likes

    0

    Replies

    2
  • 2/8/23
    Hey There,   so i need to find a way to create static Text-Components ( like Privacy Policies, Imprints) in a central place and use it on multiple websites. The idea is to change stuff like Imprints just in one place and publish it to many websites that use the same Text, to always keep it in sync. ...

    Views

    535

    Likes

    0

    Replies

    3