Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 82415 invoked from network); 22 Dec 2004 03:52:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 22 Dec 2004 03:52:21 -0000 Received: (qmail 65546 invoked by uid 500); 22 Dec 2004 03:52:03 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 65516 invoked by uid 500); 22 Dec 2004 03:52:03 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: 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 65497 invoked by uid 99); 22 Dec 2004 03:52:03 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from s-97-26.dsl.cleardatavoice.com (HELO gridnode.com) (202.83.97.26) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 21 Dec 2004 19:51:59 -0800 Received: from [127.0.0.1] ([192.168.213.69]) (authenticated bits=0) by gridnode.com (8.12.9/8.12.4) with ESMTP id iBM3poGQ006697 for ; Wed, 22 Dec 2004 11:51:51 +0800 Message-ID: <41C8ED2B.9030804@gridnode.com> Date: Wed, 22 Dec 2004 11:42:35 +0800 From: Andrew Hill Reply-To: andrew.david.hill@gridnode.com User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Struts Users Mailing List Subject: Re: Struts and JDK 1.4.2_06 References: <0b0c01c4e75f$51eb21d0$7e500404@DellDesktop2003> <41C8B8E6.7010309@metnet.navy.mil> In-Reply-To: <41C8B8E6.7010309@metnet.navy.mil> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Ive not seen your code so Ive no idea if this is what you are doing (probably not from the sound of it), but its been my experience that when I dont quite follow the bean specs for my getters and setters it still sometimes works... until I change something else like my JVM version or add some other property or something at which point it falls overs. Last time I had something like that I was trying to have two setters or getters with the same method name but different parameter types. It worked for a while but then after some other change I found it stopped working. Removal (renaming) of one of the overloaded setter methods fixed it. Heres the thread from back in 2002 when I hit this problem: [http://marc.theaimsgroup.com/?l=struts-user&m=102696975022454&w=2] hth Andrew Mike Darretta wrote: > Has anyone else experienced any issues with Struts (current release) and > JDK 1.4.2_06? I have found my second 'oddity' with JDK release 06. > > My previous post showed that a form property named "currentView" caused > the infamous "no getter method for property ..." error. When I changed > the property name and accessor, all was well. Now, I have experienced > another issue with a form property. > > In this case, my form property "cmd" - used to differentiate submit > actions - works for one html:submit button, but fails for another. The > one that fails generates the ever-frustrating: > > BeanUtils.populate: javax.servlet.ServletException: BeanUtils.populate > at org.apache.struts.util.RequestUtils.populate(RequestUtils.java:497) > at > org.apache.struts.action.RequestProcessor.processPopulate(RequestProcessor.java:798) > > at > org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:205) > > ... > > Fortunately, I was able to get around this issue fairly easily.... > > Please, if anyone else finds any strange behavior with release 06, > please let us know. > > Thanks! > Mike > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org > For additional commands, e-mail: user-help@struts.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org