Hi there, 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.paramName}" or "${sessionScope.paramName}". But now after using JSF there are only beans and you can't get any value except bean attributes.
NOTE: the session attributes what i need is auto filled using acegi security so i can't get any access to them..
So what to do now, anyone can help me Every help will be appreciated..