From issues-return-5756-apmail-struts-issues-archive=struts.apache.org@struts.apache.org Wed Jul 04 03:34:52 2007 Return-Path: Delivered-To: apmail-struts-issues-archive@locus.apache.org Received: (qmail 28868 invoked from network); 4 Jul 2007 03:34:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jul 2007 03:34:50 -0000 Received: (qmail 10147 invoked by uid 500); 4 Jul 2007 03:34:50 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 10095 invoked by uid 500); 4 Jul 2007 03:34:50 -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 10081 invoked by uid 99); 4 Jul 2007 03:34:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jul 2007 20:34:50 -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, 03 Jul 2007 20:34:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 64CFF7141F1 for ; Tue, 3 Jul 2007 20:34:26 -0700 (PDT) Message-ID: <22745860.1183520066409.JavaMail.jira@brutus> Date: Tue, 3 Jul 2007 20:34:26 -0700 (PDT) From: "Paul Benedict (JIRA)" To: issues@struts.apache.org Subject: [jira] Updated: (STR-3008) AbstractCreateAction: Refactor creation into separate method In-Reply-To: <29621034.1172207717165.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/STR-3008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Benedict updated STR-3008: ------------------------------- Component/s: Core > AbstractCreateAction: Refactor creation into separate method > ------------------------------------------------------------ > > Key: STR-3008 > URL: https://issues.apache.org/struts/browse/STR-3008 > Project: Struts 1 > Issue Type: Improvement > Components: Core > Affects Versions: 1.3.6 > Reporter: Paul Benedict > Assignee: Paul Benedict > Fix For: 1.3.7 > > > There is no way to actually hook into the sole creation of the action. One method does both looking up of existing object and creating it on demand. If you subclass this, you'll never know what actually happened in the superclass. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.