Hi, I am trying to understand jetspeed's login.jsp by trying to integrate it to a web application which we will use as a portlet. The problem is <c_rt:set var="requestContext" value="<%=request.getAttribute( RequestContext.REQUEST_PORTALENV)%>"/> I print out request.getAttribute(RequestContext.REQUEST_PORTALENV) on my jsp page and it's null. Where is the RequestContext.REQUEST_PORTALENV attribute set?
Thanks, Elif
