Hello Team ! Recently I have created a project with Maven Archetype 40 and AEM version of 6.5.15. Development was going through and suddenly after build the content page structure got deleted after the build. This happens intermediately in each time. The filter.xml on the ui.content is given for mer...
It is showing like this error message.Cannot complete the install because one or more required items could not be found. Software being installed: Sling IDE Tools - Sightly Integration (Optional) 1.2.2 (org.apache.sling.ide.sightly-feature.feature.group 1.2.2) Missing requirement: Sling IDE Ecli...
Use version: AEM6.4I want to add a Hash or version number to all js and css to make caching easier.How does it need to be configured or operated?Thanks!
Hi there, I have a real-time search AEM servlet which is called on per every search filter... because of the nature of the full-text search for each given page (we have like 5000 pages). Without using tools like Solar search, we are limited to using lucene search and indexing. Could anyone explain a...
Adobe has done a create job by adding "Multifield Options" to each of the content fragment model components. But they are missing out the Multifield Options for "Date and Time". Has anyone addedMultifield Options to the "Date and Time" content fragment model components, and if you have, please can y...
Hello, Although the recommended approach is to setup the dispatcher on publish instance, I wanted to know if I try to setup a dispatcher on author instance and not on publisher. What are the pros and cons of this approach? Thank you!
Hi All, We need to replace a specific text string, such as "Hello World," with "Greetings, Earthlings!" on approximately 2000 pages, text string is part of content fragment, What would be the best approach to accomplish this in AEM? TIA..
I have component with dropdown select and a multifield so based on dropdown select value user should add selected number of multifield items, Js is working fine but when dropdown value is 2 and when we click on add button it is displaying restrict message initially but it should display when more t...
We have an on-prem AEM instance and a GraphQL endpoint setup that works on both author and publish instances. We've added a persisted query by HTTP request, and it works well on author. However, we're having trouble publishing it.We followed the steps outlined in this article [link], including addin...
I have a sling model@@SharedValueMapValu(type = SharedComponentProperties.ValueTypes.GLOBAL)protected String fantasticBtnLabel;and I have a unit test JUNIT5context.registerInjectActivateService(new SharedValueMapValueInjector());When @SharedValueMapValue is called from the Sling Model unit tests, it...