Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 88268 invoked from network); 12 Oct 2005 17:46:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Oct 2005 17:46:09 -0000 Received: (qmail 7620 invoked by uid 500); 12 Oct 2005 17:46:06 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 7578 invoked by uid 500); 12 Oct 2005 17:46:05 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 7551 invoked by uid 99); 12 Oct 2005 17:46:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Oct 2005 10:46:05 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mkienenb@gmail.com designates 64.233.162.205 as permitted sender) Received: from [64.233.162.205] (HELO zproxy.gmail.com) (64.233.162.205) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Oct 2005 10:46:07 -0700 Received: by zproxy.gmail.com with SMTP id z6so164265nzd for ; Wed, 12 Oct 2005 10:45:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=oJVnNXXsm71PUgdmvYCLYXQEJ37m2VbSU37gyIWfZYabP0V2rBo8NmpiFFVNeuvvCswIz3xh1jcipSFLEK7chm8SsBoKhJKGTekf/dXk6rq209ZQn4eElhND4tx3E32MYyE9Og6TWRUHgXDTWvCa8e1ih0aPSmjf+BCIaxVKdYw= Received: by 10.36.221.11 with SMTP id t11mr292896nzg; Wed, 12 Oct 2005 10:45:44 -0700 (PDT) Received: by 10.37.22.20 with HTTP; Wed, 12 Oct 2005 10:45:44 -0700 (PDT) Message-ID: <8f985b960510121045w73872552q703cd6d591faf610@mail.gmail.com> Date: Wed, 12 Oct 2005 13:45:44 -0400 From: Mike Kienenberger To: MyFaces Discussion Subject: Re: bug in expression language? In-Reply-To: <434D4251.5020405@vahdat.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <434D34A5.5030903@vahdat.de> <434D4251.5020405@vahdat.de> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Well, the thing to do is to discover if it's a bug in the EL (Expression Language), or if it's expected behavior. You'll have to look at the JSP specification to determine that since the JSF spec defers to that document for EL.. If it's a bug, resubmit it (preferably with a patch) to commons-el.=20 I'm pretty sure that's the right place. On 10/12/05, Navid Vahdat wrote: > Seems to be a known bug: http://issues.apache.org/jira/browse/MYFACES-31 > > Now the question is how can I solve it. I don't have complete control > over the attribute names... > > Navid > > Navid Vahdat wrote: > > Hi Guys! > > > > It seems that I can't have bean properties like "xTest", where the > > second letter is upper case. A PropertyNotFoundException is thrown fro= m > > PropertyResolverImpl.getPropertyDescriptor (Line 448 in the nightly > > build I'm using). Can anyone confirm this? > > > > Cheers, > > Navid > >