Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 67982 invoked from network); 1 Jun 2008 18:53:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Jun 2008 18:53:00 -0000 Received: (qmail 4730 invoked by uid 500); 1 Jun 2008 18:52:54 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 4514 invoked by uid 500); 1 Jun 2008 18:52:54 -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 4503 invoked by uid 99); 1 Jun 2008 18:52:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jun 2008 11:52:54 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [212.227.126.188] (HELO moutng.kundenserver.de) (212.227.126.188) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jun 2008 18:52:04 +0000 Received: from [192.168.0.234] (host86-138-125-132.range86-138.btcentralplus.com [86.138.125.132]) by mrelayeu.kundenserver.de (node=mrelayeu3) with ESMTP (Nemesis) id 0MKxQS-1K2sfD0UI1-0007Uu; Sun, 01 Jun 2008 20:52:19 +0200 Message-ID: <4842EFE2.9040204@cyberspaceroad.com> Date: Sun, 01 Jun 2008 19:52:18 +0100 From: Adam Hardy User-Agent: Icedove 1.5.0.14pre (X11/20080305) MIME-Version: 1.0 To: Struts Users Mailing List Subject: Re: Action-Redirect Parameter Problem References: <763ca2a0805300624j2a25b395ge03bf163fa05099e@mail.gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX19F32T7u44Cf3sRcoBxTKz/KzCS4RKpOXrJDG0 KSkwuWQcQ2vrsGZa8Vk5OJ9fJozMUGGDEcOLljCHawCvrWcQnt fwfPDcSQNTa4e+Ar8wgFAsMV+vc7IWN X-Virus-Checked: Checked by ClamAV on apache.org That issue is closed, although there is a comment left after it was closed suggesting that the issue is still a problem and that the bug should be re-opened. I see this 'warning' from OGNL wherever I use Action-Redirect results with the latest struts2 version, and it's true that the stacktrace in the webserver log is distracting, but I don't find any problems with it like the last comment suggests. It's not clear why the poster of that comment didn't re-open the bug or create a new one if there is a real problem there. Do you find problems with it still? It seems to me that the issue should not have been changed from status open to resolved, rather it should have been changed from priority major to enhancement. Also the poster of the last comment should have left more details with perhaps a patch or unit-test displaying his/her bug. Adam Mark Lester on 30/05/08 14:31, wrote: > Thanks for the quick response. I don't think that is the problem > because that directory is already clear plus I have only used the > current version of struts2 > > -----Original Message----- > From: Owen Berry [mailto:owen.berry@gmail.com] > Sent: Friday, May 30, 2008 9:24 AM > To: Struts Users Mailing List > Subject: Re: Action-Redirect Parameter Problem > > If you're using Maven, you should try clearing out your local Maven > repository (rm -rf ~/.m2/repository) and try again ... I've had a few > cases where I seemed to be using old versions of jars until I did > this. > > On Fri, May 30, 2008 at 9:18 AM, Mark Lester > wrote: >> I followed the >> http://struts.apache.org/2.x/docs/redirect-action-result.html To > pass >> parameters to an action >> >> And it generates the exception >> >> Caught OgnlException while setting property 'navigation' on type >> 'org.apache.struts2.dispatcher.ServletActionRedirectResult'. >> >> >> >> I looked the Exception up and I found a bug report for struts 2 at >> >> http://issues.apache.org/struts/browse/WW-1714 >> >> >> >> The problem is that it says the issue is resolved as of version 2.08 >> but I am using 2.11 and I am still getting the warning. >> >> Information regarding this issue would be very helpful. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org