Hi !

I don't understand why but when I put the request object in the session :

session.setAttribute("request", request);

and try to retrieve it later in another jsp page :

request = (HttpServletRequest) session.getAttribute("request");

I constat that my request object is egal to null

WHY !!!!!


Patrick PIERRA

Reply via email to