You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Dennis Byrne (JIRA)" <de...@myfaces.apache.org> on 2005/12/18 00:45:36 UTC

[jira] Updated: (MYFACES-889) Spec compliance: managed-beans do not support List properties that are write-only

     [ http://issues.apache.org/jira/browse/MYFACES-889?page=all ]

Dennis Byrne updated MYFACES-889:
---------------------------------

    Attachment: impl.test.txt
                impl.txt
                share.test.txt

... please review.

> Spec compliance: managed-beans do not support List properties that are write-only
> ---------------------------------------------------------------------------------
>
>          Key: MYFACES-889
>          URL: http://issues.apache.org/jira/browse/MYFACES-889
>      Project: MyFaces
>         Type: Bug
>   Components: JSR-127
>     Versions: 1.1.1
>  Environment: All.
>     Reporter: Adam Winer
>     Priority: Critical
>  Attachments: impl.test.txt, impl.txt, share.test.txt
>
> If you use <list-entries> for a property that has only a setter, you get a FacesException thrown
> as a result of ManagedBeanBuilder.initializeProperties() calling PropertyResolver.getValue().
> However, the spec is clear that this scenario is supported;  see 5.3.1.3:
> For <list-entries>:
> 1. Call the property getter, if it exists.
> 2. If the getter returns null or doesn't exist, create a java.util.ArrayList,
> otherwise use the returned Object (an array or a java.util.List).
> (etc.)
> Note that <map-entries> has the same language, and therefore the
> same bug exists in MyFaces.
> The above behavior is properly implemented by the RI.
> Generally speaking, there is a problem that the managed bean facility is attempting to
> use PropertyResolver - which is cool, and which the spec should have done in
> retrospect - but I think is illegal, since it implies functionality and extensibility that is not
> stated in the spec, and language like the above for list-entries more-or-less implies
> that PropertyResolver is not used.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira