Autoboxing for properties
-------------------------

         Key: MYFACES-759
         URL: http://issues.apache.org/jira/browse/MYFACES-759
     Project: MyFaces
        Type: New Feature
  Components: Implementation  
    Reporter: Thomas Timbul
    Priority: Minor


I just changed some of my bean implementations to use Long instead of long, 
Integer instead of int, etc. to have nullable properties rather than 
primitives. I then sadly discovered that autoboxing is not standard in property 
resolution (PropertyNotFoundException). Of course it isn't in pre java 5 JVM 
either, but I think it would be nice to have the ability to convert 
automatically between the java 5 autoboxed types (is it possible to do this for 
J5.0 only, then others wouldnt get confused?).

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

Reply via email to