In a non-optimized website, the final HTML generated for a typical page by publish instance includes a relatively large number of <script> elements that refer to other script files loaded from AEM environment. The developer wants to minimize these network calls by combining all required client libra...
So this works ok in HTL/sightly <h3>${properties['my-field-name-here'] @CONTEXT='text'}</h3> But how do I access this value in Java? I have this code in my class but I cannot see "my-field-name-here" in the list. Thoughts? Thanks!ValueMap test = resource.getValueMap()
Hi, as background I'm fairly new to AEM and have to look into this platform that has been around at the company for over 5 years and changed ownership a couple of times. To me it's a bit of a black box. I have read all the Adobe documentation regarding the architecture of AEM, Hardware Sizing Guidel...
We've been working to separate all of our agency websites' permissions so that instead of the agencies coming to our team for creating Asset Metadata Schemas, they will be able to create these schemas themselves.Currently, I had searched tooth and nail, and the closest I could get was via this Exper...
What should be done to make sure the user service mapping for the service component is available? A. Create a field of type ServiceUserMapped and annotate it with @reference.B. Wait for the service ServiceUserMapper via BundleContext.getServiceReference().C. Create a field of type ServiceUserMapped ...
Hi Everyone, When I am trying to add one custom component to a page, I get a SlingException error:Error : org.apache.sling.scripting.sightly.SightlyException: org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: org.apache.sling.scripting.sightly.SightlyException: Identifier com.mento...
Hi, I have added clientlibs in the Experience fragment template and created an Experience fragment from it. When I use this Experience fragment on the page, the clientlibs defined in the Experience fragment template are not loading on the page. Is there a way to load them? Thanks!
Hi Team,I'm customising ootb tabs component, need to override ootb js, is there a way to override ootb js of tabs component.Thanks in advance,Keerthi K.
Hello there! Objective: my scheduler is supposed to update my component properties "nome" and "idade" (name and age) to blank/null values every 30 seconds (or any short period of time). I tried to change my code so many times, but I'm lost as I don't get what's the problem here. For example: now...