Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 30159 invoked from network); 2 Dec 2007 16:59:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Dec 2007 16:59:06 -0000 Received: (qmail 3052 invoked by uid 500); 2 Dec 2007 16:58:53 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 3009 invoked by uid 500); 2 Dec 2007 16:58:53 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 2998 invoked by uid 99); 2 Dec 2007 16:58:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Dec 2007 08:58:53 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Dec 2007 16:58:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 068227141EB for ; Sun, 2 Dec 2007 08:58:43 -0800 (PST) Message-ID: <19002210.1196614723017.JavaMail.jira@brutus> Date: Sun, 2 Dec 2007 08:58:43 -0800 (PST) From: "Bruno Aranda (JIRA)" To: dev@myfaces.apache.org Subject: [jira] Resolved: (MYFACES-1780) EL Expressions that evaluate to a null property (without base) make the application fail In-Reply-To: <23872771.1196614603052.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MYFACES-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Aranda resolved MYFACES-1780. ----------------------------------- Resolution: Fixed Assignee: Bruno Aranda > EL Expressions that evaluate to a null property (without base) make the application fail > ---------------------------------------------------------------------------------------- > > Key: MYFACES-1780 > URL: https://issues.apache.org/jira/browse/MYFACES-1780 > Project: MyFaces Core > Issue Type: Bug > Components: JSR-252 > Affects Versions: 1.2.0 > Reporter: Bruno Aranda > Assignee: Bruno Aranda > Priority: Critical > Fix For: 1.2.1-SNAPSHOT > > > This is due to the fact thtat the ScopeAttributeResolver (the last resolver in the chain) is not marking the property as resolved if it resolves to null. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.