I\'m using JSF with facelets and I need to get the request and session parameters inside the JSF page. In JSP pages I got this parameter like that: \"${requestScope.pa
\"${requestScope.pa
In the bean you can use session.getAttribute("attributeName");