Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 12139 invoked from network); 6 Feb 2006 14:28:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Feb 2006 14:28:30 -0000 Received: (qmail 90392 invoked by uid 500); 6 Feb 2006 14:28:28 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 89595 invoked by uid 500); 6 Feb 2006 14:28:26 -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 89584 invoked by uid 99); 6 Feb 2006 14:28:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2006 06:28:26 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_POST X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [195.130.137.75] (HELO europa.telenet-ops.be) (195.130.137.75) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2006 06:28:25 -0800 Received: from localhost (localhost.localdomain [127.0.0.1]) by europa.telenet-ops.be (Postfix) with SMTP id 4B33D3826E for ; Mon, 6 Feb 2006 15:28:04 +0100 (CET) Received: from [10.0.1.8] (d54C0F95B.access.telenet.be [84.192.249.91]) by europa.telenet-ops.be (Postfix) with ESMTP id 0B64F380B8 for ; Mon, 6 Feb 2006 15:28:04 +0100 (CET) Mime-Version: 1.0 (Apple Message framework v746.2) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <2E81BF68-E64E-4850-AB63-AD11E3E95785@mac.com> Content-Transfer-Encoding: 7bit From: Philippe Lamote Subject: Re: Variable Resolver Date: Mon, 6 Feb 2006 15:28:01 +0100 To: MyFaces Discussion X-Mailer: Apple Mail (2.746.2) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Correct. The portal.jsp still issued an old ref (to "loginbean.loginName" instead of "loginbean.user.loginName") I corrected this as well and now it works!!! Thanks Volker & Jesse. :-) I'm not sure however what exactly went wrong in earlier attempts. Could it just have been the Constructor error? I'm not sure as it spew out all kinds of validation errors earlier on, not NullPointer ones, which I would expect with wrong inits. Anyway, prob is solved, thanks for the assistence. Philippe On 06 Feb 2006, at 15:13, Jesse Alexander (KBSA 21) wrote: Then it must be the other possibility... it is not on the loginPage.jsp where your problem lies but: from your stacktrace: resources.pages.portal_jsp:210) might be something like .../resources/pages/portal.jsp hth Alexander > -----Original Message----- > From: Philippe Lamote [mailto:phlamote@mac.com] > Sent: Monday, February 06, 2006 3:07 PM > To: MyFaces Discussion > Subject: Re: Variable Resolver > > No, I have a "labels" bean. > The only beans I declared so far are these: > > > loginbean > > be.mnemonica.web.beans.LoginBean class> > session > > > portalbean > > be.mnemonica.web.beans.PortalBean class> > session > > > > calpickerbean > > be.mnemonica.web.beans.CalPickerBean bean-class> > session > > > regcalbean > > be.mnemonica.web.beans.RegisterCalBean bean-class> > session > > > > On 06 Feb 2006, at 15:01, Jesse Alexander (KBSA 21) wrote: > > The stacktrace also talks about HtmlOutputLabel searching for this > property.. > > there is in his jsp.. > > could it be that the labels bean (snippet from faces-config does not > contain that bean) > is also of class be.mnemonica.web.beans.LoginBean? > That would explain it clearly. > > OR > > He did send us the JSP the request is started from, but the problem is > only during > the rendering phase of the resulting JSP... > > hth > Alexander > >> -----Original Message----- >> From: Volker Weber [mailto:users.myfaces@weber-oldenburg.de] >> Sent: Monday, February 06, 2006 2:49 PM >> To: MyFaces Discussion >> Subject: Re: Variable Resolver >> >> This stacktrace says the class > be.mnemonica.web.beans.LoginBean has no >> getLoginName() method. >> >> must be referenced somewhere in the jsf, but i don't see it in your >> posted code. >> >> Philippe Lamote wrote: >>> True, thx, corrected that immediately. (Oops) >>> However, still no change. >>> The stack trace I'm getting is: >>> >>> 006-02-06 14:33:09,147 ERROR >>> [org.apache.myfaces.renderkit.RendererUtils] - Property not found - >>> called by component : {Component-Path : [Class: >>> javax.faces.component.UIViewRoot,ViewId: >>> /WEB-INF/resources/pages/portal.jsp][Class: >>> javax.faces.component.html.HtmlOutputLabel,Id: _idJsp0]} >>> javax.faces.el.PropertyNotFoundException: Bean: >>> be.mnemonica.web.beans.LoginBean >> , property: >>> loginName >> -- >> Don't answer to From: address! >> Mail to this account are droped if not recieved via mailinglist. >> To contact me direct create the mail address by >> concatenating my forename to my senders domain. >> > >