Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 66494 invoked from network); 21 Jun 2007 04:57:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Jun 2007 04:57:17 -0000 Received: (qmail 19741 invoked by uid 500); 21 Jun 2007 04:57:10 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 19711 invoked by uid 500); 21 Jun 2007 04:57:10 -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 19700 invoked by uid 99); 21 Jun 2007 04:57:10 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2007 21:57:10 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of hezjing@gmail.com designates 64.233.162.231 as permitted sender) Received: from [64.233.162.231] (HELO nz-out-0506.google.com) (64.233.162.231) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2007 21:57:06 -0700 Received: by nz-out-0506.google.com with SMTP id m7so395825nzf for ; Wed, 20 Jun 2007 21:56:45 -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:content-transfer-encoding:content-disposition; b=rA7AYPOUe9U5HcrSgIwf8s+MXfSPX2xAKHCCmSJ2IrZBzgjq8QPrgzleHCekUiB6uGpfgpxsfOz7qa1iS6psBo0hVmxgheRWeJ5ORLpkA4z+ig1HjY7oOoJoPPk4k+dF4TZHENc1FplhRWDzN8TOe5fxHq/YluhsAw2FgjvMduw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Je4KxXZgnHcSJ1Bur492GodhczENGnw0ekEb1SU7uxdK/lOMj/zfGyR4TfunP7SOOQL2NFHS36lmvOJLNfbSphKhtLMFQ0hX74uW5rHHY8+quQvrQ7ygFn3yjgQvqd6UKjB8ZDEBhjBBOR2ppXXIQzk1VfCJgQZSBHzqpv1FlTE= Received: by 10.143.45.8 with SMTP id x8mr28124wfj.1182401805279; Wed, 20 Jun 2007 21:56:45 -0700 (PDT) Received: by 10.143.160.5 with HTTP; Wed, 20 Jun 2007 21:56:45 -0700 (PDT) Message-ID: Date: Thu, 21 Jun 2007 12:56:45 +0800 From: hezjing To: struts-users Subject: How to invoke actions in different configuration packages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi! When we have the Struts configuration below: pages/persons.jsp We can invoke the action by /list.action. Why do we want to create a package like the above? But can we have multiple packages like the following? pages/persons.jsp pages/products.jsp How do we invoke the list action for person and product? -- Hez --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org