From what I can see, you are calling an AEM Component, and passing the requestAttributes parameter to your Sling Model backend. If you are using Sling Model, from the backend, to capture the requestAttribute will be: @RequestAttribute
private String href;If you are using WCMUsePojo, from the ba...