From issues-return-3082-apmail-struts-issues-archive=struts.apache.org@struts.apache.org Sat Jan 06 22:10:44 2007 Return-Path: Delivered-To: apmail-struts-issues-archive@locus.apache.org Received: (qmail 49134 invoked from network); 6 Jan 2007 22:10:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Jan 2007 22:10:39 -0000 Received: (qmail 74745 invoked by uid 500); 6 Jan 2007 22:10:45 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 74265 invoked by uid 500); 6 Jan 2007 22:10:44 -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 74256 invoked by uid 99); 6 Jan 2007 22:10:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Jan 2007 14:10:43 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Sat, 06 Jan 2007 14:10:36 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A178F7142F8 for ; Sat, 6 Jan 2007 14:10:16 -0800 (PST) Message-ID: <20594991.1168121416658.JavaMail.jira@brutus> Date: Sat, 6 Jan 2007 14:10:16 -0800 (PST) From: "Don Brown (JIRA)" To: issues@struts.apache.org Subject: [jira] Updated: (WW-1522) Automatic Alias ActionConfigs In-Reply-To: <32399456.1164592257557.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/struts/browse/WW-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Don Brown updated WW-1522: -------------------------- Fix Version/s: (was: 2.0.3) 2.0.x > Automatic Alias ActionConfigs > ----------------------------- > > Key: WW-1522 > URL: https://issues.apache.org/struts/browse/WW-1522 > Project: Struts 2 > Issue Type: Improvement > Reporter: Ted Husted > Assigned To: Ted Husted > Fix For: 2.0.x > > > Create ActionConfigs for Action class methods that do not already have aliases > The initial "dynamic method invocation" implementation does not create an ActionConfig, but scans for a "!" and invokes the method directly. The implementation doesn't allow these alias methods to be browsed, overrridden with static actions, nor can they have their own validators, type convertors or resources. > Rather than scan for dynamic method references at run time, an alternate approach would be to scan the configuration when it is first loaded and create ActionConfigs for all potential alias methods. > See also http://www.mail-archive.com/dev%40struts.apache.org/msg25916.html -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/struts/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira