Re: Broken editor type conversions in GWT trunk r10227

2011-07-19 Thread Nachiket
No response on this?? i am also facing similar problem On May 26, 6:42 pm, Miroslav Genov mge...@gmail.com wrote: Hello, I'm trying to use trunk version of GWT but I'm encountering some conversion issues with the Editor framework. Caused by: java.lang.ClassCastException: java.lang.Integer

Re: Broken editor type conversions in GWT trunk r10227

2011-07-19 Thread Aidan O'Kelly
You need to use IntegerBox if you are editing an Integer field, I believe. e:valuebox g:IntegerBox / /e:valuebox On Tue, Jul 19, 2011 at 1:22 PM, Nachiket patel.nachike...@gmail.com wrote: No response on this?? i am also facing similar problem On May 26, 6:42 pm,

Broken editor type conversions in GWT trunk r10227

2011-05-26 Thread Miroslav Genov
Hello, I'm trying to use trunk version of GWT but I'm encountering some conversion issues with the Editor framework. Caused by: java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.String at

[gwt-contrib] Re: Broken editor type conversions in GWT trunk r10227

2011-05-26 Thread Thomas Broyer
TextBox is for editing String (it's a IsEditorLeafValueEditorString), use an IntegerBox for Integers (IsEditorLeafValueEditorInteger). (and this group is for contributors to GWT, use http://groups.google.com/group/google-web-toolkit for support questions) --

[gwt-contrib] Отг: Re: Broken editor type conversions in GWT trunk r10227

2011-05-26 Thread Miroslav Genov
Ah my mistake. Sorry about that post, but I wasn't sure where the problem is with my usage or some GWT issue. Thats why I posted it on both groups. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors