Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 23190 invoked from network); 12 Jul 2008 20:41:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jul 2008 20:41:30 -0000 Received: (qmail 24780 invoked by uid 500); 12 Jul 2008 20:41:20 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 24746 invoked by uid 500); 12 Jul 2008 20:41:20 -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 24735 invoked by uid 99); 12 Jul 2008 20:41:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jul 2008 13:41:20 -0700 X-ASF-Spam-Status: No, hits=-1.0 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jak-struts-user@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jul 2008 20:40:25 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KHlte-0004q4-Gy for user@struts.apache.org; Sat, 12 Jul 2008 20:40:46 +0000 Received: from dslb-084-057-235-119.pools.arcor-ip.net ([84.57.235.119]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Jul 2008 20:40:46 +0000 Received: from andreas.maehler by dslb-084-057-235-119.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Jul 2008 20:40:46 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: user@struts.apache.org From: =?ISO-8859-1?Q?Andreas_M=E4hler?= Subject: Re: [S2] Recipe for Action and View Date: Sat, 12 Jul 2008 22:40:38 +0200 Lines: 21 Message-ID: References: <9f960bad0807100529m57fc0a02vf8e028b93a4a3756@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dslb-084-057-235-119.pools.arcor-ip.net User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) In-Reply-To: Sender: news X-Virus-Checked: Checked by ClamAV on apache.org Hello again, Gabriel Belingueres schrieb: > Without knowing what are you actually trying to accomplish with this > interceptor, I would warn that when an interceptor messes up with the > parameters, you need to carefully think where in the interceptor chain > this interceptor will execute. I explain what I am trying to do in my first post[1]. What do you mean by messing up with the parameters? The Interceptor only checks for the presence of at least one of the specified parameters. It does not change anything. Are there any interceptors that actually change the parameter map? As I said, I am a S2 newbie and haven't heard of many things, but I would consider it as bad style. Greetings, ~Andreas [1] http://article.gmane.org/gmane.comp.jakarta.struts.user/158395 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org