Hi folks, I'm trying to get the request url from within an XSP page.
The error message I get seems to indicate that the "request" object is of type "Request" : code : StringBuffer URI = HttpUtils.getRequestURL(request); error message: The method getRequestURL(HttpServletRequest) in the type HttpUtils is not applicable for the arguments (Request)" StringBuffer URI = HttpUtils.getRequestURL(request); What is this Request class ? I thought the "request" was an instance of HttpServletRequest. What am I doing wrong ? thanks a lot, galpi --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
