>
> And when I say I would have expected an exception, I really mean an
> IllegalArgumentException("Attempting to edit an EntityProxy previously
> edited by another RequestContext")
> (AbstractRequestContext#addInvocation calls retainArg, which calls edit()
> on the proxy — or maybe there's a bug in retainArg that it should check
> "instanceof BaseProxy" instead of EntityProxy, and your PersonProxy is a
> ValueProxy?)
>
my PersonProxy is ValueProxy
I forgot to say that I use gwt compiled with the latest changes directly
form the trunk.
Actually, I need to create a children of an object(parent) in the client
side, apply templates on them, and after that to persist the parent.
All that logic is separated in different editors.
So, if I 'd like to create child object, I have to use the same instance of
the request, which I'll use for persisting the parent?
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.