Return-Path: Delivered-To: apmail-struts-dev-archive@www.apache.org Received: (qmail 34552 invoked from network); 1 Mar 2007 10:44:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Mar 2007 10:44:39 -0000 Received: (qmail 37210 invoked by uid 500); 1 Mar 2007 10:44:42 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 37166 invoked by uid 500); 1 Mar 2007 10:44:42 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 37155 invoked by uid 99); 1 Mar 2007 10:44:41 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2007 02:44:41 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of ted.husted@gmail.com designates 64.233.182.190 as permitted sender) Received: from [64.233.182.190] (HELO nf-out-0910.google.com) (64.233.182.190) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2007 02:44:30 -0800 Received: by nf-out-0910.google.com with SMTP id g2so686437nfe for ; Thu, 01 Mar 2007 02:44:09 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=PGzdV2ND5E/kCfYp92kPPIjr6q5yLvCfLP3f4UMRw5ynMNDLBh3fkih4D4GdWcrT7KIMPd+WQLkqgpFKeq72e0rz3yLsdh+tZtsFa17i+yPAGkFe8I/m/+E7SiXIUf+RHtgEtggtmQXuO3FwLBB9scmkDraW7RBkOPGGOngk/+E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=N6+jbkDkg7SvEUu24OP4BypS8gq5mJ5OGFGD3s2RpHtgfBA90joO0sTxg79BqVr6isbRTDoZCouU3vSv6V6r6xyCpYiMlkznoMU454w+xguS9A3oYq7duXk4VEH2R0g9LVcS0w63mqAm2JqPQRWNupl03o14ZlJ+x/OEQsiCius= Received: by 10.82.134.12 with SMTP id h12mr522758bud.1172745848887; Thu, 01 Mar 2007 02:44:08 -0800 (PST) Received: by 10.82.174.16 with HTTP; Thu, 1 Mar 2007 02:44:08 -0800 (PST) Message-ID: <8b3ce3790703010244s23863df1pe572ddd24191384b@mail.gmail.com> Date: Thu, 1 Mar 2007 05:44:08 -0500 From: "Ted Husted" Sender: ted.husted@gmail.com To: "Struts Developers List" Subject: Re: [s2] Enhancement to Zero Config: Default Success Result In-Reply-To: <9242858.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9241471.post@talk.nabble.com> <45E626CE.4020104@gmail.com> <9242858.post@talk.nabble.com> X-Google-Sender-Auth: c5532b0325922bc5 X-Virus-Checked: Checked by ClamAV on apache.org On 2/28/07, mraible wrote: > One change I'd like to see to the codebehind plugin is the ability to > specify the default location of pages. For example WEB-INF/pages. Or is > that what the "struts.codebehind.defaultPackage" constant is for? I'd like to see that for all results. We often regurgitate the same path-prefix over and over and over, making the configuration harder to read. Perhaps "location-prefix" could be a global setting. -Ted. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For additional commands, e-mail: dev-help@struts.apache.org