Fw: Re: Fw: Re: String to Double Type Coercion problem in 5.1.0.2 snapshot

2009-03-28 Thread Shing Hing Man
--- On Sun, 29/3/09, Shing Hing Man wrote: > From: Shing Hing Man > Subject: Re: Fw: Re: String to Double Type Coercion problem in 5.1.0.2 > snapshot > To: "Howard Lewis Ship" > Date: Sunday, 29 March, 2009, 4:18 AM > I have created an JIRA with an atta

Re: Fw: Re: String to Double Type Coercion problem in 5.1.0.2 snapshot

2009-03-28 Thread Howard Lewis Ship
This is probably related to the conversion from PrimaryKeyEncoder to ValueEncoder, perhaps. Odd. On Sat, Mar 28, 2009 at 9:01 AM, Shing Hing Man wrote: > > > --- On Sun, 29/3/09, Shing Hing Man wrote: > >> From: Shing Hing Man >> Subject: Re: String to Double Type Coe

Fw: Re: String to Double Type Coercion problem in 5.1.0.2 snapshot

2009-03-28 Thread Shing Hing Man
--- On Sun, 29/3/09, Shing Hing Man wrote: > From: Shing Hing Man > Subject: Re: String to Double Type Coercion problem in 5.1.0.2 snapshot > To: "Howard Lewis Ship" > Date: Sunday, 29 March, 2009, 12:00 AM > Earlier, I have not given the full picture. > In fact

Re: String to Double Type Coercion problem in 5.1.0.2 snapshot

2009-03-28 Thread Howard Lewis Ship
The error reporting could be better, but the coersion there indicates a Double[], not a double. On Sat, Mar 28, 2009 at 6:57 AM, Shing Hing Man wrote: > > I have a TextField component to input a Double. > > >       �...@component(id = "MatrixEntry", parameters ={ > "validate=prop:fieldValidator"

String to Double Type Coercion problem in 5.1.0.2 snapshot

2009-03-28 Thread Shing Hing Man
I have a TextField component to input a Double. @Component(id = "MatrixEntry", parameters ={ "validate=prop:fieldValidator"}) private TextField entry; It works fine in 5.0.18. But in 5.1.0.2 snapshot, I get the following error when I submit the form containin