Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@apache.org Received: (qmail 10084 invoked from network); 3 Mar 2003 01:04:08 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 3 Mar 2003 01:04:08 -0000 Received: (qmail 12481 invoked by uid 97); 3 Mar 2003 01:05:53 -0000 Delivered-To: qmlist-jakarta-archive-struts-user@nagoya.betaversion.org Received: (qmail 12474 invoked from network); 3 Mar 2003 01:05:53 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 3 Mar 2003 01:05:53 -0000 Received: (qmail 8209 invoked by uid 500); 3 Mar 2003 01:03:51 -0000 Mailing-List: contact struts-user-help@jakarta.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 struts-user@jakarta.apache.org Received: (qmail 8198 invoked from network); 3 Mar 2003 01:03:51 -0000 Received: from smtp807.mail.sc5.yahoo.com (66.163.168.186) by daedalus.apache.org with SMTP; 3 Mar 2003 01:03:51 -0000 Received: from adsl-67-65-116-106.dsl.okcyok.swbell.net (HELO swbell.net) (ekbush@swbell.net@67.65.116.106 with plain) by smtp-sbc-v1.mail.vip.sc5.yahoo.com with SMTP; 3 Mar 2003 01:03:58 -0000 Message-ID: <3E62BB87.30603@swbell.net> Date: Sun, 02 Mar 2003 20:18:47 -0600 From: Eddie Bush User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Struts Users Mailing List Subject: Re: Modules References: <5.1.0.14.2.20030303002730.0242fc90@mail.owendo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N You're going through a JSP to invoke an action? Is the action in a different module? Be aware that only by going through the controller do you enable non-default modules. If you don't explicitly go though the servlet (and going through a JSP does not go through the servlet) then Struts hasn't the opportunity to change to your module (read: none of your modules information [ mappings, forms, etc ] are available) and you'll only be able to acheive success if what you wished to reach was located in the default module. Clear as mud? The basics of what you're doing appear correct to me. I'm not sure I understand where the breakdown is or why - I would assume it's developer (the developer being you - not us) error. I know a lot of folks have had problems getting their heads around modules - don't know what could be done to help that. Do you have any questions whos' ansers might help you? Perhaps if you posted or attached your config? I've been out of the loop for a bit, so it could just be brain-rot, but I don't see a definite cause for your problem. Seeing your config(s) and knowing precisely how you're invoking things would help us assist you better. GL! Thomas CORNET wrote: > > > Hi all :) > > I hope someone will have a clue for me, because I'm fighting > against Struts modules for a couple of weeks now, and nothing works. -- Eddie Bush --------------------------------------------------------------------- To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: struts-user-help@jakarta.apache.org