Return-Path: Delivered-To: apmail-jakarta-struts-dev-archive@apache.org Received: (qmail 3030 invoked from network); 4 Jan 2003 14:23:05 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 4 Jan 2003 14:23:05 -0000 Received: (qmail 26290 invoked by uid 97); 4 Jan 2003 14:24:17 -0000 Delivered-To: qmlist-jakarta-archive-struts-dev@jakarta.apache.org Received: (qmail 26254 invoked by uid 97); 4 Jan 2003 14:24:16 -0000 Mailing-List: contact struts-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list struts-dev@jakarta.apache.org Received: (qmail 26242 invoked by uid 98); 4 Jan 2003 14:24:15 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) X-Sent: 4 Jan 2003 14:22:56 GMT From: "James Mitchell" To: "'Struts Developers List'" Subject: RE: Modules and path mapping (/do/*) Date: Sat, 4 Jan 2003 09:22:53 -0500 Organization: The Apache Software Foundation Message-ID: <010101c2b3fc$c52a4f10$1f64f80a@atlanta> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <000f01c2b3dc$2f7f15b0$0c00a8c0@raibledesigns.com> Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N http://www.mail-archive.com/struts-dev@jakarta.apache.org/msg11133.html http://www.mail-archive.com/struts-user@jakarta.apache.org/msg35941.html -- James Mitchell Software Engineer/Open Source Evangelist http://www.open-tools.org "C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do, it blows away your whole leg." - Bjarne Stroustrup > -----Original Message----- > From: Matt Raible [mailto:matt@raibledesigns.com] > Sent: Saturday, January 04, 2003 5:30 AM > To: struts-dev@jakarta.apache.org > Subject: Modules and path mapping (/do/*) > > > I decided to try to get modules to work with path-mapping tonight with > no luck. I'll enter this into Bugzilla if you'd like. Basically, I > have a forward that switches to the module: > > With extension mapping: > > path="/upload/index.do" redirect="true" /> > > With path mapping: > > path="/do/upload/index" redirect="true" /> > > Or at least, I think that's the logical configuration. From the > logging, I get: > > ERROR [Thread-2] [org.apache.struts.action.RequestProcessor] > RequestProcessor.processMapping(664) | Invalid path /upload > /index was requested > > In my "upload" module, I have the following "index" forward that I'm > expecting it to hit: > > > > I'm willing to try a couple hints if anyone has some. My > does not have a pagePattern defined. > > Thanks, > > Matt > -- To unsubscribe, e-mail: For additional commands, e-mail: