How to persist child lists with an entity proxy using the Editor framework?

2011-04-26 Thread Christien Lomax
I have an object a that has a number of fields. One of those fields is a list of object B. In My editor, I can create,edit save, etc A, however even though the list of B is proxied, it is never persisted (it gets lost between the submit, and the service). Are there any examples available of

Re: How to persist child lists with an entity proxy using the Editor framework?

2011-04-26 Thread Christien Lomax
I should note, that when stepping through the code, we can see the the list of B objects is indeed part of the proxy, but sometime after the request the values are lost. We get a Violation error, as the name field in B is now null, instead of teh value that was set. Does anyone have a clue