How to get a reference to the HttpServletRequest request object....
807600Jul 26 2007 — edited Jul 27 2007Hi,
In each jsp page you have access to a very important variable request(of type HttpServletRequest).
Is there a possibility to get a reference to this object inside of a static method of an user-defined class without being forced to send it as a parameter to that method?
Thanks.