Top "Sling-models" questions

Sling Models provide the ability to use annotation driven, "pure" POJOs in Sling-based projects along with dependency injection capabilities and the ability to adapt various Sling objects OOTB.

How to get page properties using sling model in aem 6.3?

I am trying to get page properties using Sling Models in AEM 6.3 but always I am getting null. resultsRootPath = getCurrentPage().…

sling-models
Sling model unit tests: mock currentPage in SlingHttpServletRequest

I am having some trouble testing a Sling model: the currentPage is not getting injected for some reason. My Sling …

mockito aem sling sling-models
AEM 6.3 - Multifield using Sling Model

I am trying to create a Coral UI 3 multifield and use Sling Models. Here is how the dialog looks like: …

aem sightly sling-models