Return-Path: Delivered-To: apmail-struts-commits-archive@locus.apache.org Received: (qmail 4950 invoked from network); 24 May 2008 17:04:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 May 2008 17:04:05 -0000 Received: (qmail 83607 invoked by uid 500); 24 May 2008 17:04:06 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 83563 invoked by uid 500); 24 May 2008 17:04:05 -0000 Mailing-List: contact commits-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 commits@struts.apache.org Received: (qmail 83554 invoked by uid 99); 24 May 2008 17:04:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 May 2008 10:04:05 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 May 2008 17:03:19 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 809B42388A05; Sat, 24 May 2008 10:03:41 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r659853 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/views/jsp/ActionTag.java Date: Sat, 24 May 2008 17:03:41 -0000 To: commits@struts.apache.org From: musachy@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080524170341.809B42388A05@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: musachy Date: Sat May 24 10:03:40 2008 New Revision: 659853 URL: http://svn.apache.org/viewvc?rev=659853&view=rev Log: WW-2462 Action - component: start(Writer) is called twice Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/views/jsp/ActionTag.java Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/views/jsp/ActionTag.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/views/jsp/ActionTag.java?rev=659853&r1=659852&r2=659853&view=diff ============================================================================== --- struts/struts2/trunk/core/src/main/java/org/apache/struts2/views/jsp/ActionTag.java (original) +++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/views/jsp/ActionTag.java Sat May 24 10:03:40 2008 @@ -55,7 +55,6 @@ action.setExecuteResult(executeResult); action.setIgnoreContextParams(ignoreContextParams); action.setFlush(flush); - action.start(pageContext.getOut()); } protected void addParameter(String name, Object value) {