I believe it is org.apache.cocoon.environment.http.HttpRequest
http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/environment/http/HttpRequest.html JD [EMAIL PROTECTED] wrote:
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]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
