Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 5351 invoked from network); 13 Aug 2007 07:11:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Aug 2007 07:11:13 -0000 Received: (qmail 35209 invoked by uid 500); 13 Aug 2007 07:11:03 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 35180 invoked by uid 500); 13 Aug 2007 07:11:03 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: 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 35169 invoked by uid 99); 13 Aug 2007 07:11:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Aug 2007 00:11:03 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of poojakaur@gmail.com designates 64.233.166.176 as permitted sender) Received: from [64.233.166.176] (HELO py-out-1112.google.com) (64.233.166.176) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Aug 2007 07:11:11 +0000 Received: by py-out-1112.google.com with SMTP id p76so2321323pyb for ; Mon, 13 Aug 2007 00:10:39 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=SGKflcoQoNDaEuUOulbqv9EUb9bMExl2V/LLsM0WQT219N6+l6wg3NfFqFT6lfaoj7FxrP4QN1FSFR10j1BXb7jnkxI2k0vp8Lv6wAvYHsBcR+Ggr/MTNkus1bHbGLhFUoBXXX3iXH3pkZvXyQI1akC5POLQeN32yaumOGmlahQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=VOvweIdU6iNUI2gbpU71Cy1/SMKY4D4r8CyyfffCYUokJhuevwzAIwpLMVKd98gk5Hr7kKhCEMgPTuCzEX+pqJ4MROz6fU+MzzpuwV8Khi/neyy3Upb/922uQa+1EQlEvUu27fD6R1YBq1e2SXRwpozvc1FIukFAgeCMtPs5APU= Received: by 10.65.150.18 with SMTP id c18mr7790243qbo.1186989039400; Mon, 13 Aug 2007 00:10:39 -0700 (PDT) Received: by 10.65.188.6 with HTTP; Mon, 13 Aug 2007 00:10:39 -0700 (PDT) Message-ID: Date: Mon, 13 Aug 2007 12:40:39 +0530 From: "Pooja Kaur" To: user@struts.apache.org Subject: switch action - doubt MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_23706_15541446.1186989039371" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_23706_15541446.1186989039371 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I have 2 war files added to an EAR. Both of them have a different context root. Eg. Module A has test1 as the context root and Module B has test2 I did the following in the struts-config of Module A which is the default module: 1. Added an action 2. The link to switch the module has the URL eg. toModule.do?prefix=/test2 &page=/forwardToTrainingDB.do When I click on the link with the above url , i get 400 (Bad Request) Error message. The mapping for forwardToTrainingDB.do is present in the struts-config xml file of test2 module. Please help me how to resolve this problem. Thanks ------=_Part_23706_15541446.1186989039371--