Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 1251 invoked from network); 24 Jun 2010 06:10:04 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Jun 2010 06:10:04 -0000 Received: (qmail 68992 invoked by uid 500); 24 Jun 2010 06:10:02 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 68626 invoked by uid 500); 24 Jun 2010 06:09:59 -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 68614 invoked by uid 99); 24 Jun 2010 06:09:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jun 2010 06:09:59 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kushanxp@gmail.com designates 209.85.214.176 as permitted sender) Received: from [209.85.214.176] (HELO mail-iw0-f176.google.com) (209.85.214.176) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jun 2010 06:09:51 +0000 Received: by iwn38 with SMTP id 38so613885iwn.35 for ; Wed, 23 Jun 2010 23:09:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=QPSAz1k1VQlsVxdM4LEJfLR1UxYYLiGAw7cxnoIJfn0=; b=e6b+BWDbVQOlql8kTAxAk2d+vgIyD5MPcDqsjrCgLq/oDRVlCP0Q0Ep3yJumRbDrWb I454jgJ5BIv3J66czfCM5PhJleZA7gnzIMbM9Tld7VsZWQ2JOM9UZMUvD/NQ2aqgLNHS AW+sgXfVQWO+exoTfRPv43CM4VbW4VjBRZnsM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=u8dBQJzYdRl3+jfOK6WUFcI+IQ6Ed9Zb8Nt8PNO8/3n6JzuLX24zMuxLNjRHctcUAH ENt4llkRucqAN+Kiu5Lxy47ywpawK/0IuTPsVIM2ZMi5AqePlfzcRSZgYZ1hmcOcj9+z hxAHQwSprjmi8gMBrZ0WSYJvwdMyEQvkKm5Jc= MIME-Version: 1.0 Received: by 10.42.36.139 with SMTP id u11mr3370944icd.75.1277359766994; Wed, 23 Jun 2010 23:09:26 -0700 (PDT) Received: by 10.231.199.81 with HTTP; Wed, 23 Jun 2010 23:09:26 -0700 (PDT) Date: Thu, 24 Jun 2010 11:39:26 +0530 Message-ID: Subject: How to call to another action from the action class From: Kushan Jayathilake To: Struts Users Mailing List Content-Type: multipart/alternative; boundary=90e6ba180fec297eb60489c07f89 X-Virus-Checked: Checked by ClamAV on apache.org --90e6ba180fec297eb60489c07f89 Content-Type: text/plain; charset=ISO-8859-1 Hi Guys, I want to call to another action mapping which has defined in the struts.xml file within another action class, its like this, *struts.xml* /pages/ext/summary.jsp currently im inside of another Action class, from that action class i need to call to the above mentioned action mapping... is there anyway to do this.? -- Regards Kushan Jayathilake --90e6ba180fec297eb60489c07f89--