[ http://issues.apache.org/jira/browse/MYFACES-736?page=comments#action_12357032 ]
Keijo Nurmes commented on MYFACES-736: -------------------------------------- I did a testrun with RI. RI seems to behave quite alike. I did modify jsf-guessNumber sample application. After adding <f:convertNumber/> in <h:inputText id="userNo".. tag I get java.lang.IllegalArgumentException: argument type mismatch If I change UserNumberBean.java userNumber from Integer to Long Applications seems to work fine with convertNumber . Now I am totally out of time, so I leave it here.... regards, Keijo > Number converter not working with Number > ---------------------------------------- > > Key: MYFACES-736 > URL: http://issues.apache.org/jira/browse/MYFACES-736 > Project: MyFaces > Type: Bug > Components: Implementation > Versions: Nightly > Reporter: Sylvain Vieujot > > If the backing bean setter takes a Number argument (Integer, Float, ...), the > converter fails : > Conversion Error "XXX: Error during model data update. > If the setter uses a primitive type, then it works fine. > This worked with the trunk version from September 30. > There must have been a change that broke it since. -- 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
