How to access to an URL selector at a component level?
Hi,
Scenario:
(AEM 6.3.2) I'm requesting a page with the selector "test1", like this: http://localhost:4502/content/myapp/home.test1.html
This page have a parsys where I have drop a component "slider", so the component's path is: "/content/myapp/home/jcr:content/parsys/slider"
At the "slider" component level, how can I access to the "test1" selector?
I've tried different ways (SlingModel, WCMUsePojo, the "request" HTL Global Object...), but always get the same problem: the "request" I can access is the GET request of the component (GET "/content/myapp/home/jcr:content/parsys/slider.html") where the selector is not present.
I need to use that selector in a WCMUsePojo, so any HTL/Java solution will be appreciated.
Thanks!
