You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Bruno Aranda (JIRA)" <de...@myfaces.apache.org> on 2007/12/02 17:56:43 UTC

[jira] Created: (MYFACES-1780) EL Expressions that evaluate to a null property (without base) make the application fail

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
            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.


[jira] Resolved: (MYFACES-1780) EL Expressions that evaluate to a null property (without base) make the application fail

Posted by "Bruno Aranda (JIRA)" <de...@myfaces.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.