Return-Path: X-Original-To: apmail-struts-issues-archive@minotaur.apache.org Delivered-To: apmail-struts-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1E3A811105 for ; Sat, 5 Apr 2014 04:47:27 +0000 (UTC) Received: (qmail 45125 invoked by uid 500); 5 Apr 2014 04:47:26 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 44563 invoked by uid 500); 5 Apr 2014 04:47:19 -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 44549 invoked by uid 99); 5 Apr 2014 04:47:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Apr 2014 04:47:15 +0000 Date: Sat, 5 Apr 2014 04:47:15 +0000 (UTC) From: "Joseph Walton (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (WW-4315) Clarify support for action!default.action delegating to doDefault() MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Joseph Walton created WW-4315: --------------------------------- Summary: Clarify support for action!default.action delegating to doDefault() Key: WW-4315 URL: https://issues.apache.org/jira/browse/WW-4315 Project: Struts 2 Issue Type: Task Components: Documentation Affects Versions: 2.3.16.1 Reporter: Joseph Walton Priority: Minor Struts currently accepts both {{action!method.action}} and {{action!doMethod.action}} and will delegate them to {{doMethod()}}. However, the documentation doesn't explain this, and release notes and previous issues suggest that this is specifically unsupported. It would be nice to have a summary of whether this is supported for the long-term, still targeted for removal or a bug. The [Release Notes 2.0.0|http://struts.apache.org/release/2.3.x/docs/release-notes-200.html] say: {quote} In Struts, try to execute submit method in the action, fail fail {quote} and WW-1423 specifically requests that behaviour be changed but, as of 2.3.16.1, {{DefaultActionInvocation}} will still retry {{doSubmit}}. -- This message was sent by Atlassian JIRA (v6.2#6252)