G
galpix
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
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