From issues-return-4696-apmail-struts-issues-archive=struts.apache.org@struts.apache.org Wed Mar 28 04:42:19 2007 Return-Path: Delivered-To: apmail-struts-issues-archive@locus.apache.org Received: (qmail 27162 invoked from network); 28 Mar 2007 04:42:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Mar 2007 04:42:17 -0000 Received: (qmail 60718 invoked by uid 500); 28 Mar 2007 04:42:23 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 59675 invoked by uid 500); 28 Mar 2007 04:42:20 -0000 Mailing-List: contact issues-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list issues@struts.apache.org Received: (qmail 59660 invoked by uid 99); 28 Mar 2007 04:42:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Mar 2007 21:42:20 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Mar 2007 21:42:12 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4E2F2714064 for ; Tue, 27 Mar 2007 21:41:52 -0700 (PDT) Message-ID: <9521529.1175056912316.JavaMail.jira@brutus> Date: Tue, 27 Mar 2007 21:41:52 -0700 (PDT) From: "spencer p (JIRA)" To: issues@struts.apache.org Subject: [jira] Created: (WW-1862) Chaining result retains result type of prior action MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Chaining result retains result type of prior action --------------------------------------------------- Key: WW-1862 URL: https://issues.apache.org/struts/browse/WW-1862 Project: Struts 2 Issue Type: Bug Reporter: spencer p I have two actions. The first submits to the other. ... x If I don't define an result in action 'x', it complains. Fair enough. Once I define the result, the class 'y' is never executed. It tries to render the template provided in the result under the x action. is it because I am returning input instead of success? Is it possible to map from one result name to another so I can get class y to execute? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.