Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 12/16/23
    Hi, I am developing AEM as Cloud Service locally on my MacOS, and I have a dispatcher with the following rule in the `rewrite.rules` file:  RewriteCond "%{HTTP_HOST}" "^example\.website\.ca" [NC] RewriteRule ^/?$ /content/path/en.html [PT,L]  As you can see, the condition check if the domain is "exa...

    Views

    395

    Likes

    0

    Replies

    2
  • 12/15/23
    Hello Team, import com.day.cq.search.result.SearchResult; List<MyPOJO> pojoObj = new ArrayList<>(); SearchResult results = query.getResult();Iterator<Resource> resources = results.getResources();            pojoObj = StreamSupport.stream(((Iterable<Resource>) () -> resources).spliterator(), false)  ...

    Views

    388

    Likes

    0

    Replies

    4
  • 12/15/23
    We have some code in AEM that currently allows us to search a folder of content fragments and then interrogate nested content fragments based on their jcrName. So, take for example a CF named "FAQ". And that fragment has a related fragment named "Question Type". We can search for FAQs with a Questio...

    Views

    414

    Likes

    0

    Replies

    4
  • 12/15/23
    Hi, I'm currently rewriting a Sightly template as JSP (I usually prefer using Sightly, but I need JSP for this use case). In our Sightly template, we are loading in a model class that inherits from WCMUsePojo: <sly data-sly-use.search="edu.nyu.aemnyu.core.components.content.news.Search" data-sly-unw...

    Views

    538

    Likes

    0

    Replies

    5
  • 12/15/23
    Hi, I've my Jenkins setup with my github repo, so when I click on Build Now it will build the entire project like core, ui.apps, ui.content etc. Now, my requirement is to modify the configuration so as to only build the ui.apps part from Jenkins. Can someone please help me with what changes I need t...

    Views

    366

    Likes

    0

    Replies

    3
  • 12/15/23
    I am aware of the differences between data-sly-list and data-sly-repeat wherein data-sly-list is used to list the children and data-sly-repeat also lists the children but with every iteration the div also gets repeated. Now, the interviewer asked me so what happens when we do sly data-sly-list and s...

    Views

    5.2K

    Likes

    0

    Replies

    8
  • 12/15/23
    Hello Team  Related to workflow access facing some issue.I have imported workflow nodes (var folder nodes) from higher environment to my local. In my local im trying to access these workflow in servlet but I keep getting null pointer exception. /Var folder server0 and server1 folder. Since I install...

    Views

    817

    Likes

    0

    Replies

    8
  • 12/15/23
    Hi,We are facing an issue with the newly created content fragment model where unique field validation is showing the below error in the AEM 6.5.12 Author instance. It is working fine in the lower environment but the issue exists in the higher environment. Unique field validation in old Content fragm...

    Views

    300

    Likes

    0

    Replies

    2
  • 12/14/23
    Hello, I would like to understand how does any dispatcher settings updated on files under "dispatcher" folder in a Maven archetype generated Folder structure, can get updated on the real Web Server's Dispatcher module ? Since the maven command deploys our project code in the AEM Server, how are they...

    Views

    277

    Likes

    0

    Replies

    2
  • 12/14/23
    an example might best explain the problem:user requested to load a page with a form. User came through to pub1 (we have 3 publishers)When user submits the form, AEM (let's call it validate-form servlet) will validated the form by calling an integration API. validate-form sevlet will then  store the ...

    Views

    224

    Likes

    0

    Replies

    1