Re: [Core] MyFaces 1.2 NumberConverter fix (was Re: NumberConverter has issue with BigDecimal)

2008-07-11 Thread Mike Kienenberger
Maybe I am misunderstanding what you are asking, but if you're asking if Java 1.5's DecimalFormat.parse(String) method incorrectly accepts bad input and silently truncates it, I believe that it is true, and will probably continue to be true through 6, 7, etc. After all, Sun wouldn't want to break

Re: [Core] MyFaces 1.2 NumberConverter fix (was Re: NumberConverter has issue with BigDecimal)

2008-07-08 Thread Matthias Wessendorf
On Tue, Jul 8, 2008 at 12:24 PM, Martin Marinschek <[EMAIL PROTECTED]> wrote: > sure, we should. > > Leonardo, can you eventually take care of this (or ask Paul eventually > to take care of this ;)? > > @Matze: In MyFaces 1.2, the fix is easy - just calling the setter > method, but in 1.1, this Par

Re: [Core] MyFaces 1.2 NumberConverter fix (was Re: NumberConverter has issue with BigDecimal)

2008-07-08 Thread Martin Marinschek
sure, we should. Leonardo, can you eventually take care of this (or ask Paul eventually to take care of this ;)? @Matze: In MyFaces 1.2, the fix is easy - just calling the setter method, but in 1.1, this ParsePosition thing has to be used? Or is this ParsePosition thing to be used all over? rega

[Core] MyFaces 1.2 NumberConverter fix (was Re: NumberConverter has issue with BigDecimal)

2008-06-16 Thread Matthias Wessendorf
Hi, please check: https://issues.apache.org/jira/browse/TRINIDAD-1124 since myfaces 1.2 is running on Java5, do we want the above "fix" in as well ? Sure, we have to double-check with the TCK, but just curious. -Matthias On Mon, Jun 16, 2008 at 6:03 PM, Matthias Wessendorf <[EMAIL PROTECTED]>