Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 93138 invoked from network); 3 Jun 2004 14:43:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Jun 2004 14:43:31 -0000 Received: (qmail 10437 invoked by uid 500); 3 Jun 2004 14:43:18 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 10391 invoked by uid 500); 3 Jun 2004 14:43:18 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 10371 invoked by uid 99); 3 Jun 2004 14:43:17 -0000 Received: from [64.4.27.125] (HELO hotmail.com) (64.4.27.125) by apache.org (qpsmtpd/0.27.1) with ESMTP; Thu, 03 Jun 2004 07:43:17 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 3 Jun 2004 07:41:41 -0700 Received: from 69.72.143.78 by by8fd.bay8.hotmail.msn.com with HTTP; Thu, 03 Jun 2004 14:41:40 GMT X-Originating-IP: [69.72.143.78] X-Originating-Email: [fzammett@hotmail.com] X-Sender: fzammett@hotmail.com From: "Frank Zammetti" To: user@struts.apache.org Bcc: Subject: How to get requested path? Date: Thu, 03 Jun 2004 10:41:40 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 03 Jun 2004 14:41:41.0509 (UTC) FILETIME=[E2512B50:01C44978] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I've been looking through javadocs for a couple of hours and I haven't found the answer to what seems like a straight-forward question... Assume I am writing a sublcass of RequestProcessor... how can I, in the processPreprocess() method, get the path that was called? In other words, if I submit a request to http://localhost:8181/wst/myAction.wst, how can I get a String with the value "myAction.wst"? I've checked all the request parameters and attributes and headers, it doesn't seem to be there, and I don't see anywhere that it's available in RequestProcessor, even though it seems like something that would be. Can anyone point out what I'm suire will wind up being the obvious answer? Thanks all! Frank _________________________________________________________________ Getting married? Find great tips, tools and the latest trends at MSN Life Events. http://lifeevents.msn.com/category.aspx?cid=married --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org