Return-Path: Delivered-To: apmail-struts-dev-archive@www.apache.org Received: (qmail 50798 invoked from network); 8 Dec 2006 04:16:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Dec 2006 04:16:45 -0000 Received: (qmail 72011 invoked by uid 500); 8 Dec 2006 04:16:51 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 71974 invoked by uid 500); 8 Dec 2006 04:16:51 -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 71963 invoked by uid 99); 8 Dec 2006 04:16:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Dec 2006 20:16:51 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of mfncooper@gmail.com designates 64.233.182.184 as permitted sender) Received: from [64.233.182.184] (HELO nf-out-0910.google.com) (64.233.182.184) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Dec 2006 20:16:39 -0800 Received: by nf-out-0910.google.com with SMTP id b2so728915nfe for ; Thu, 07 Dec 2006 20:16:18 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=NZ8cIAPKD5wnrtFlb8rcz4i4oqyNOGQ6b7heuUxOyFI1+dUdyWSnt3MHzllztmLOZY2XPjjdNziwWQIqd17KQVYEpAB8HgQ7dTt+Ydl/HQCkFgV/FcvexdT4t0ngQ3AWuNZXCCta8wFdwQTOuJaSxA+rSf4J8TgQpmSsNMWUxPk= Received: by 10.82.179.9 with SMTP id b9mr298203buf.1165551377794; Thu, 07 Dec 2006 20:16:17 -0800 (PST) Received: by 10.82.161.4 with HTTP; Thu, 7 Dec 2006 20:16:17 -0800 (PST) Message-ID: <16d6c6200612072016n350ae246j5b3596339681f104@mail.gmail.com> Date: Thu, 7 Dec 2006 20:16:17 -0800 From: "Martin Cooper" Sender: mfncooper@gmail.com To: "Struts Developers List" Subject: Re: [S2] Parameters Interceptor and Dojo In-Reply-To: <45782D5E.1080400@wfscorp.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_56489_20229463.1165551377768" References: <45782D5E.1080400@wfscorp.com> X-Google-Sender-Auth: a069c6549b4f153f X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_56489_20229463.1165551377768 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 12/7/06, Musachy Barroso wrote: > > To prevent browser caching, Dojo adds a parameter "dojo.preventCache" > with a random value to the request, this results in an exception like: > > 2006-12-07 09:54:07,916 ERROR > (com.opensymphony.xwork2.interceptor.ParametersInterceptor:191) - > ParametersInterceptor - [setParameters]: Unexpected Exception catched: > Error setting expression 'dojo.preventCache' with value > '[Ljava.lang.String;@2130c2' > > Somebody already mentioned it on the users list, and I saw it today. > Given that Dojo is distributed with S2, can we ignore this parameter in > the ParametersInterceptor to avoid the exception? I think we have to, at least for now. The parameter name is not currently customisable (although that would make a fine enhancement request for Dojo :). -- Martin Cooper regards > musachy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org > For additional commands, e-mail: dev-help@struts.apache.org > > ------=_Part_56489_20229463.1165551377768--