Return-Path: X-Original-To: apmail-struts-user-archive@www.apache.org Delivered-To: apmail-struts-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D2F2E100F9 for ; Wed, 25 Sep 2013 11:39:29 +0000 (UTC) Received: (qmail 9921 invoked by uid 500); 25 Sep 2013 11:30:22 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 9393 invoked by uid 500); 25 Sep 2013 11:29:41 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 8726 invoked by uid 99); 25 Sep 2013 11:28:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Sep 2013 11:28:42 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of davelnewton@gmail.com designates 209.85.128.44 as permitted sender) Received: from [209.85.128.44] (HELO mail-qe0-f44.google.com) (209.85.128.44) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Sep 2013 11:28:35 +0000 Received: by mail-qe0-f44.google.com with SMTP id 3so4008992qeb.17 for ; Wed, 25 Sep 2013 04:28:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=PQHVQB3opZZYJJvcWvAkPSdOmXPMSG0tjjQoL8CUEEw=; b=jhxnguxd/7Ede2J4TG4IZrqIq58x/1sE6xW5IBi561qhaZE9f9W94ensIiAXButwbc IQT5RZCqtawGJyxCWPfjoF8tSGcjvB0lVj7rGEdOVpbNCeq+mM7nq3q0L8KEyKGFwgmQ KKFHKSjhJvUAoZZUDt14Kn+FvkXuLBmxP4JGL15ZTdqNUwKMfh5lZkp6KztFIXW+GHBl jaQq7nV7KKp+BcwVl82rx85EexoFLf2B5CIqIrj66gbZgj6LX0oIA5/jq/pWrsHkHvot NVbJ5FndA/7YPMT0JMNGA8OCMEzzN66fp+xtgH8l8DzLsImw4XkndGwwzkMyJ+nf8iML j9jA== MIME-Version: 1.0 X-Received: by 10.49.81.237 with SMTP id d13mr1461734qey.44.1380108495015; Wed, 25 Sep 2013 04:28:15 -0700 (PDT) Received: by 10.140.83.163 with HTTP; Wed, 25 Sep 2013 04:28:14 -0700 (PDT) Received: by 10.140.83.163 with HTTP; Wed, 25 Sep 2013 04:28:14 -0700 (PDT) In-Reply-To: References: Date: Wed, 25 Sep 2013 07:28:14 -0400 Message-ID: Subject: Re: action class From: Dave Newton To: Struts Users Mailing List Content-Type: multipart/alternative; boundary=047d7b6d999298d9bd04e7338c6b X-Virus-Checked: Checked by ClamAV on apache.org --047d7b6d999298d9bd04e7338c6b Content-Type: text/plain; charset=ISO-8859-1 Yes. Actions are created per-request. On Sep 25, 2013 7:19 AM, "Yaragalla Muralidhar" wrote: > will action class gets created for every new request even when new request > is also to the previous actionclass? > > *Thanks and Regards,* > Muralidhar Yaragalla. > * > * > --047d7b6d999298d9bd04e7338c6b--