Expand my Community achievements bar.

boser87
boser87
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi,I am watching this video about developing with dispatcher in mind: AEM Dispatcher At some point of the presentation one statement is: "Follow the AEM model, non-cachable content should be served dynamically from a restful service, layout should be delivered from cache". I actually did not get it....

    Type

    Questions

    Views

    791

    Likes

    0

    Replies

    0
  • I found the way to solve the problem. I am using XSSAPI https://sling.apache.org/apidocs/sling9/org/apache/sling/xss/XSSAPI.html encodeForCSSString method which is used by AEM internally for encoding sensitive parts of the HTML page through 'context' option in HTL. I am encoding both ends of my comp...

    Type

    Questions

    Views

    1.8K

    Likes

    0

    Replies

    0
  • Hi,I need to unescape (and then escape again) a string result of using Sightly context "styleString":a string example is background-image: url(\2f content\2f dam\2fwebsites\2fglobal\2fimages-2\2f 2018\2f 05\2fKoala.jpg);I need to unescape the String in Java and then escape it again. StringEscapeUtil...

    Type

    Questions

    Views

    2.1K

    Likes

    0

    Replies

    1
  • I was able to fix to issue myself. I moved the unit test dependency on top of the pom xmls and unit tests started to work.

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    0
  • Hi,I am trying to write a very basic unit test for my Sling Model. The purpose of my model is very elementary: read some simple structure from repository and build a Map of key/values out of it. I am using JUnit and Sling Mock for unit testing. I am using Resource Resolver mock default implementatio...

    Type

    Questions

    Views

    2.0K

    Likes

    0

    Replies

    1
  • Hi,I have a very weird behavior on my AEM 6.3.0.1 instance. I created a live copy with push on modify as rollout configuration. However, when I modify the master copy, the changes are not pushed to the copy. This is what I found in the logs, for some reason AEM is not able to find relations for my l...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    1
  • That should be fixed here: Adobe Experience Manager Help | Release Notes: AEM 6.3 Cumulative Fix Pack Unable to load complete list of pages/assets in Column view using Chrome. NPR-19566: Hotfix for CQ-4214248

    Type

    Questions

    Views

    1.1K

    Like

    1

    Replies

    0
  • Hi,do you know if it's possible for an Author to exclude a component from page publication? The use case is the following: an author is working on a page, but he has not yet finished the editing of a certain component, while the rest of the page is ready to be published. In this case, the author wan...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    1
  • I don't fully get your example. With second approach I would 1) modify the master with the red banner 2) rollout to the 4 branches. Then I would probably still need to3) delete the red banner from the master as it's not really common to all the sites4) and of course I need to modify head-office site...

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    0
  • Hi,could you please help me understanding pros & cons of the two below content structures?The first one has the head-office site itself as master blueprint, the second one has a separate master subtree./content    |- head-office-Berlin (act as master blueprint)    |- branch-Hamburg (live copy from h...

    Type

    Questions

    Views

    2.1K

    Likes

    0

    Replies

    3