Re: float[] is super slow

2017-02-07 Thread Colin Alworth
There are other problems too, like supporting object instanceof float[] (or even instanceof Object), not that you likely do a lot of things like that. I had a patch once upon a time that would let you optionally use typed arrays _or_ js lists as primitive arrays (except longs of course), but it

java.lang.ClassCastException: org.apache.tomcat.SimpleInstanceManager cannot be cast to org.apache.tomcat.InstanceManager

2017-02-07 Thread canan
I am trying to compile an application with Eclipse using GWT Plugin and when I try to display the application from browser It throws the following exception. I could not find any way to make it work. Any help would be appreciated. org.apache.jasper.JasperException: java.lang.ClassCastException:

Re: html5 date input as Editor

2017-02-07 Thread Thomas Broyer
I think I'd have extended ValueBoxBase instead (which already implements LeafValueEditor –through IsEditor and ValueBoxEditor– and handles malformed input by recording an error on an EditorDelegate — ValueBox could also be used, just make sure you set the type=date after you called the super