The value prop of migrating to Cloud Service is something that's difficult to commoditize in a way that will resonate with everyone. For example, saving on infrastructure can be high value to some orgs that struggle keeping AEM working efficiently (e.g. particularly those that have a high quantity ...
For those coming to this thread looking for an answer that works when you dont have Sling Mappings on your site, you can override the default SitemapLinkExternalizer with the following `@Component` code (I apologize the forum formatting is lowercasing some of the annotations) to ensure the sitemap U...
@Jörg_Hoh I understand engineering resources are always strapped, but given this is an ERROR message spamming the log with false positive messages, is this anywhere on the radar for engineering to solve?
Two years later, this item is also littering my AEM Logs. Given it's at the ERROR level, I really wish Adobe would help us resolve this issue. When the log is filled with ERROR level messages that people should ignore, they easily overlook real error messages. The issue appears to be triggered by ...
Thank you @tim_white1 I believe your answer should be marked as the "correct" answer as it directly answers the original question. This was important to me for supporting form radio/select elements with an option with an empty value. Radio button without `value` property sends a value of "on" where...
Responded to your other thread - hopefully simple solution to ensure your servlet is registered to accept POST requests. As for the resource URL question, @NitroHazeDev answered that correctly - use the `.map()` function on a ResourceResolver instance to convert/shorten a resource path to what it sh...
I think what's happening is you have not registered your servlet to accept POST calls, and therefore you're instead hitting the default Sling Post servlet. Because you're hitting the default Sling Post servlet, it's acting like your POST is a request to save data into the JCR, which is failing and ...
This should be pretty simple for your developers to achieve for you. If your AEM implementation is reasonably up to date, the list of tags displayed on your site are being fetched from the Page sling model (java class) that backs all of your pages. By default (if using WCM Core, but also in most cu...
Request for Feature Enhancement (RFE) Summary:Make AEM + Target a truly seamless integration Use-case:Delivering Personalized Experiences as Standard Content ManagementCurrent/Experienced Behavior:User creates the default experience on an AEM page, creates XF in AEM, exports those XF in AEM, then sw...
Sure, you can absolutely do that. Having the language-masters site(s) double as the global site(s) was just a recommended simplification, but if in your case it would be onerous for the global site to serve as the master then having it as a "child" site alongside all of the individual countries is ...