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
You can get a request parameter id using the expression:
Section 5.3.1.2 of the JSF 1.0 specification defines the objects that must be resolved by the variable resolver.