Re: RequestFactory - ValueProxy is null

2015-01-22 Thread andymel
Jens, it works! Thanks a lot for this brief and great answer! Am Donnerstag, 22. Januar 2015 19:08:22 UTC+1 schrieb Jens: > > From the official GWT documentation: > > > > When querying the server, RequestFactory does not automatically populate > relations in the object graph. To do this, use t

Re: Super Dev Mode - Source maps break points ignored

2015-01-22 Thread Rocco De Angelis
Short update: Okay it seems that the problem is somewhere in the generated source maps. Some of our GWT modules work completely fine with Super Dev Mode withe the current GWT version 2.7 (trunk) and Chrome 40. But when I try to debug one of our largest modules I'm not able to correctly debut the

Re: GWT 2.7.0 is here

2015-01-22 Thread Dave Dumaresq
Why isn't this available from the Eclipse update site (luna )? For that matter I can't find 2.6.1 there either. Dave On Thursday, 20 November 2014 02:59:06 UTC-8, Daniel Kurka wrote: > > Today we are excited to announce the GWT 2.7.0 release. Thanks to

Re: RequestFactory - ValueProxy is null

2015-01-22 Thread Jens
>From the official GWT documentation: When querying the server, RequestFactory does not automatically populate relations in the object graph. To do this, use the with() method on a request and specify the related property name as a String: Request findReq = requestFactory.personRequest().fin

RequestFactory - ValueProxy is null

2015-01-22 Thread andymel
Hi, I have written a small program to test the RequestFactory. I have a TestEntity class and a TestValue class on the server and corresponding TestEntityProxy and TestValueProxy on the client. public class TestEntity { private static long staticIDpool = 0; private Long id; private String test

Re: GWT look and feel

2015-01-22 Thread Mohammed Sameen
Hi Philippe, SmartGWT: --Customizing the component in smartgwt is not possible --Using smartgwt widget,cant achieve responsiveness GWT: but gwt is providing some basic widget, they only way is to create our own custom widgets which requires time to build. For management software, I advise S

Mapping .js files to specific browser?

2015-01-22 Thread Mohammed Sameen
Hi, GWT generates .js files for different browser.How mapping is happening in GWT? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+un

Re: GWT look and feel

2015-01-22 Thread Fabien DUMAY
Hi, I think that Putnami Web Toolkit will delight you. PWT provides a strong framework that make GWT simple, fun and productive. It equally provides a large set of widget based on Bootstrap. You can have a look at http://pwt.putnami.org Regards — Fabien -- You rece