Hi,

I'm trying to call this from an XSP logicsheet :

StringBuffer URL = HttpUtils.getRequestURL(request);

... but I get this error :

/ start error (lines 195-195) "The method
getRequestURL(HttpServletRequest) in the type HttpUtils is not applicable
for the arguments (Request)"
                StringBuffer URL = HttpUtils.getRequestURL(request);

I don't get it, isn't the request an HtttpServletRequest object ? How can
I get the URL from an XSP page ??

Many thanks,

galpi


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to