Re: RequestFactory: get "original" (frozen) proxy from edit()-ed instance

2014-09-09 Thread Gordan Krešić
On Tuesday, September 9, 2014 2:33:26 PM UTC+2, Thomas Broyer wrote: > > >> I know that RequestContext holds original (non-edit()ed, frozen) instance >> for every EntityProxy (for calculating diffs that it needs to send to >> server) - is there any way to get that original proxy from edited()-ed

Re: RequestFactory: get "original" (frozen) proxy from edit()-ed instance

2014-09-09 Thread Thomas Broyer
On Tuesday, September 9, 2014 2:06:59 PM UTC+2, Gordan Krešić wrote: > > In some of my editors, I'm implementing ValueAwareEditor and using > provided proxy value in setValue to obtain editor-specific data (most > simple example would be to get suggestions for some sub-editors). Problem > is t

RequestFactory: get "original" (frozen) proxy from edit()-ed instance

2014-09-09 Thread Gordan Krešić
In some of my editors, I'm implementing ValueAwareEditor and using provided proxy value in setValue to obtain editor-specific data (most simple example would be to get suggestions for some sub-editors). Problem is that proxy instance that I was given in setValue is already edited in driver's Re