request attributes
Hi I am new to Adobe AEM.
I am going through carousel.jsp 's code. there I have seen (List list = (List)request.getAttribute("list");)
where this "list" attribute has been set?
Hi I am new to Adobe AEM.
I am going through carousel.jsp 's code. there I have seen (List list = (List)request.getAttribute("list");)
where this "list" attribute has been set?
The carousel component inherits the OOTB list component, as you can see in the properties of carousel component
In line 37 carousel.jsp, ootb carousel is loading init.jsp, that is actually being loaded from /libs/foundation/components/list/init.jsp and which contains the code for set attribute
List list = new List(slingRequest, new PageFilter()); request.setAttribute("list", list);Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.