I am trying to get page properties using Sling Models in AEM 6.3 but always I am getting null.
resultsRootPath = getCurrentPage().getProperties().get("ResultsRootPath", String.class);
Path of property:
/components/content/results/cq:dialog/content/items/column/items/ResultsRootPath
Could you please let me know the correct ways to property value using Sling Models?