You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Martin Marinschek (JIRA)" <de...@myfaces.apache.org> on 2007/04/05 15:32:32 UTC

[jira] Commented: (MYFACES-1577) PropertyResolver should throw PropertyNotFoundException

    [ https://issues.apache.org/jira/browse/MYFACES-1577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12486949 ] 

Martin Marinschek commented on MYFACES-1577:
--------------------------------------------

Please revert this anyone - we have to accept a base of null so that:

#{person.address.street} doesn't fail, even if address is null.

I wanted to change this once as well, but it's not spec conform.

regards,

Martin

> PropertyResolver should throw PropertyNotFoundException
> -------------------------------------------------------
>
>                 Key: MYFACES-1577
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1577
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-252
>    Affects Versions: 1.2.0-SNAPSHOT
>            Reporter: Paul McMahan
>         Assigned To: Dennis Byrne
>             Fix For: 1.2.0-SNAPSHOT
>
>         Attachments: MYFACES-1577.patch
>
>
> According to the spec several methods in PropertyResolver should throw PropertyNotFoundException in the following circumstances:
> getValue(Object base, int index) 
>     PropertyNotFoundException - if the index is out of bounds or if base is null
> setValue(Object base, int index, Object value)
>     PropertyNotFoundException - if the index is out of bounds or if base is null
> setValue(Object base, Object property, Object value) 
>     PropertyNotFoundException - if the specified bean base object property does not exist or if base or property is null
> BTW,  MYFACES-1576 already addressed these two cases:
> getType(Object base, int index) 
>     PropertyNotFoundException - if the index is out of bounds or if base is null
> getType(Object base, Object property)
>     PropertyNotFoundException - if the specified bean base object property does not exist or if base or property is null

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.