Can not filter out correct output from page 2 in table if filter result is smaller than page size.

2015-12-04 Thread Chao Wang
Hi all, When I use a filter in CellTable, I can not get correct paging index and data output in table when I input desired prefix in filter textbox from e.g. page 2 or later if filtered data length is smaller that page size: for example: my page size is 8 before doing any filter I have

[gwt-contrib] GWT 2.8.0-beta1 available for testing

2015-12-04 Thread Daniel Kurka
Hi all, we just finished testing for GWT 2.8.0-beta1. You can either download it from goo.gl/62SeR5 or from maven central. Release notes can be found here . Please start testing and let us know about any issues you

Re: [gwt-contrib] Re: New JsInterop document

2015-12-04 Thread Ümit Seren
I guess I can't put native JsInterop classes and interfaces in Java Collections ? I get a ClassCastException and I checked the official JsInterop documentation and couldn't find anthing about that ? On Saturday, November 21, 2015 at 5:02:13 AM UTC+1, Goktug Gokdogan wrote: > > dramaix@ is

[gwt-contrib] Re: GWT 2.8.0-beta1 available for testing

2015-12-04 Thread Thomas Broyer
On Friday, December 4, 2015 at 1:01:39 PM UTC+1, luca.masini wrote: > > Hi, I need also the gwt-maven-plugin 2.8.0-beta, > Mojo's Plugin for GWT is an independent project, and indeed there's a 2.8.0-SNAPSHOT version (hasn't been updated for months though, some arguments might break, e.g.

Re: Teavm

2015-12-04 Thread Emilio Bravo
Source maps from byte code? El martes, 1 de diciembre de 2015, 16:43:44 (UTC+1), Satguru Srivastava escribió: > > So, I recently came across TeaVM (http://teavm.org/) > Similar to GWT but unlike GWT, which compiles Java Source Code to > JavaScript, TeaVM compiles Java Byte Code to JavaScript.

Re: Teavm

2015-12-04 Thread Michael Joyner
Wonderting if it is possible to convert a jar to js, then use it from GWT... On 12/04/2015 07:51 AM, Emilio Bravo wrote: Source maps from byte code? El martes, 1 de diciembre de 2015, 16:43:44 (UTC+1), Satguru

Re: [gwt-contrib] Re: New JsInterop document

2015-12-04 Thread 'Goktug Gokdogan' via GWT Contributors
That's not fixed yet. Should be fixed before RC1. On Fri, Dec 4, 2015 at 7:23 AM, Ümit Seren wrote: > I guess I can't put native JsInterop classes and interfaces in Java > Collections ? > I get a ClassCastException and I checked the official JsInterop > documentation and

Re: Jetty 9 before RC1?

2015-12-04 Thread david . ostrovsky
Am Freitag, 4. Dezember 2015 07:57:12 UTC+1 schrieb Evan Hughes: > > Since there are no roadblocks (htmlunit has been updated for jetty 9), is > it possible for gwt to update to jetty 9? > Yes . -- You received this message because you are subscribed

Re: [gwt-contrib] GWT 2.8.0-beta1 available for testing

2015-12-04 Thread Paul Robinson
Is it intentional/necessary that gwt-servlet.jar is compiled for Java 7 and not Java 6? On Fri, Dec 4, 2015 at 9:51 AM, Daniel Kurka wrote: > Hi all, > > we just finished testing for GWT 2.8.0-beta1. You can either download it > from goo.gl/62SeR5 or from maven central. > >

Re: [gwt-contrib] GWT 2.8.0-beta1 available for testing

2015-12-04 Thread Juan Pablo Gardella
It will be very useful to make gwt-servlet compatible with java 6 On 4 December 2015 at 17:41, Jens wrote: > > Is it intentional/necessary that gwt-servlet.jar is compiled for Java 7 >> and not Java 6? >> > > gwt-servlet.jar isn't really compiled, its just assembled.

Re: [gwt-contrib] GWT 2.8.0-beta1 available for testing

2015-12-04 Thread Thomas Broyer
Given the intricacies of code dependencies, this is not going to be easy, and unless someone for whom it really matters jumps in to contribute a patch (possibly with help from maintainers) I'm afraid it's not going to be addressed. Maybe it'd be easier to run Retrolambda or something similar on

Re: [gwt-contrib] GWT 2.8.0-beta1 available for testing

2015-12-04 Thread Jens
> Is it intentional/necessary that gwt-servlet.jar is compiled for Java 7 > and not Java 6? > gwt-servlet.jar isn't really compiled, its just assembled. The build script compiles gwt-dev and gwt-user using Java 7 as minimum and then gwt-servlet.jar is created by pulling in a subset of

Re: [gwt-contrib] GWT 2.8.0-beta1 available for testing

2015-12-04 Thread 'Goktug Gokdogan' via GWT Contributors
On Fri, Dec 4, 2015 at 3:41 PM, Jens wrote: > > Is it intentional/necessary that gwt-servlet.jar is compiled for Java 7 >> and not Java 6? >> > > gwt-servlet.jar isn't really compiled, its just assembled. The build > script compiles gwt-dev and gwt-user using Java 7 as