Re: Is the order of proxy creation matters ?

2011-03-11 Thread misq...@gmail.com
Your IBAN should be published on the main gwt site. Have a nice weekend. 11-03-2011 17:55 użytkownik "Thomas Broyer" napisał: > > > On Friday, March 11, 2011 5:33:53 PM UTC+1, Marcin Misiewicz wrote: >> >> Ok. So I will come back to this issues when 2.3 will show up. >> Btw Thomas we (gwt communit

Re: Is the order of proxy creation matters ?

2011-03-11 Thread Thomas Broyer
On Friday, March 11, 2011 5:33:53 PM UTC+1, Marcin Misiewicz wrote: > > Ok. So I will come back to this issues when 2.3 will show up. > Btw Thomas we (gwt community) should pay you for your support :) > Oh, OK, no problem, I'll send you my IBAN ;-) -- You received this message because you are

Re: Is the order of proxy creation matters ?

2011-03-11 Thread misq...@gmail.com
Ok. So I will come back to this issues when 2.3 will show up. Btw Thomas we (gwt community) should pay you for your support :) 11-03-2011 17:24 użytkownik "Thomas Broyer" napisał: > That might be why GWT 2.3 will also add a isDirty() to EditorDriver (a > common ancestor interface of SimpleBeanEdi

Re: Is the order of proxy creation matters ?

2011-03-11 Thread Thomas Broyer
That might be why GWT 2.3 will also add a isDirty() to EditorDriver (a common ancestor interface of SimpleBeanEditorDriver and RequestFactoryEditorDriver). -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email

Re: Is the order of proxy creation matters ?

2011-03-11 Thread Marcin Misiewicz
Thank you for the very quick response. I'll keep in mind to create EntityProxy before creation of the nested ValueProxies, until 2.3 version will not be available. But I guess the second part of my post is not related to this issue ? Why requestContext.isChanged() returns true for the newly cre

Re: Is the order of proxy creation matters ?

2011-03-11 Thread Thomas Broyer
On Friday, March 11, 2011 3:22:33 PM UTC+1, Marcin Misiewicz wrote: > > In my project I have Company entity with an embedded Address object. > Object structure is almost the same as it is found in the DynaTableRF > example. > > On the client side CompanyProxy extends EntityProxy, and AddressP

Is the order of proxy creation matters ?

2011-03-11 Thread Marcin Misiewicz
In my project I have Company entity with an embedded Address object. Object structure is almost the same as it is found in the DynaTableRF example. On the client side CompanyProxy extends EntityProxy, and AddressProxy extends ValueProxy. I have notice that when I create AddressProxy before