Re: Window.open handle ?

2011-03-04 Thread BB
Issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=3779 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to

Re: RequestFactoryEditorDriver example?

2011-01-31 Thread BB
Thanks! That is working for me! I was looking for it too. I didn't called req.persist().using(proxy); on the newly created proxy. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: EntityProxy + JDO enum handling

2010-10-21 Thread BB
Thank you! On Oct 20, 2:54 pm, David Chandler (Google) drfibona...@google.com wrote: I filed thishttp://code.google.com/p/google-web-toolkit/issues/detail?id=5448 /dmc On Oct 19, 3:53 pm, David Chandler (Google) drfibona...@google.com wrote: Hi BB, This is the correct way

EntityProxy + JDO enum handling

2010-10-18 Thread BB
Hi, I have an enum delcalred in my EntityProxy wich should be stored at the backend but if I try to load an Entity from the backend I get this error: [ERROR] [...] Parameter 0 of method UserProxy.setType does not match method de.server.db.User.setType [ERROR] [...] Parameter 0 of