Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 46569 invoked from network); 31 Aug 2005 12:36:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Aug 2005 12:36:09 -0000 Received: (qmail 3006 invoked by uid 500); 31 Aug 2005 12:36:01 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 2501 invoked by uid 500); 31 Aug 2005 12:35:59 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: users@cocoon.apache.org List-Id: Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 2488 invoked by uid 99); 31 Aug 2005 12:35:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Aug 2005 05:35:59 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [66.49.136.218] (HELO host51.host51-server.com) (66.49.136.218) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Aug 2005 05:36:14 -0700 X-ClientAddr: 127.0.0.1 Received: from www.galin.org (localhost.localdomain [127.0.0.1]) by host51.host51-server.com (8.12.10/8.12.10) with ESMTP id j7VCmaU0021157 for ; Wed, 31 Aug 2005 08:48:36 -0400 Received: from 66.130.55.242 (SquirrelMail authenticated user galpix@galin.org) by www.galin.org with HTTP; Wed, 31 Aug 2005 08:48:36 -0400 (EDT) Message-ID: <60954.66.130.55.242.1125492516.squirrel@www.galin.org> Date: Wed, 31 Aug 2005 08:48:36 -0400 (EDT) Subject: Help : what/where is the "Request" class ? From: galpix@galin.org To: users@cocoon.apache.org User-Agent: SquirrelMail/1.4.4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-yoursite-MailScanner-Information: Please contact the ISP for more information X-yoursite-MailScanner: Not scanned: please contact your Internet E-Mail Service Provider for details X-MailScanner-From: galpix@galin.org X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org