Is there a way to get HttpServletRequest from HttpServletResponse on my jsp?

452 views Asked by At

I want to know if there is a way to get the HttpServletRequest from the jsp implicit object response.Note: I don't want to use the jsp implicit object request I need the one inside the response. Thanks on advance.

0

There are 0 answers