[ http://issues.apache.org/jira/browse/MYFACES-759?page=comments#action_12356214 ]
Martin Marinschek commented on MYFACES-759: ------------------------------------------- We won't have that until we use 1.5 as a standard, and that won't be before JSF1.2 is implemented. regards, Martin > 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
