I am converting a component from JSP to HTL(Sightly). In the existing jsp file we are getting the req paramater using the following code:request.getAttribute("urlAttr");Similarily, I want to access the above url request paramater using sighlty tags. Is there any sightly tag to get the current reques...