Re: RequestFactory, frozen autobeans, and MVP

2015-11-18 Thread Jens
Have you called requestFactoryEditorDriver.edit(lockedProxyFromServer, requestContextUsedForSaving) ? If you use SimpleBeanEditorDriver you have to do T editableProxy = requestContextUsedForSaving.edit(lockedProxyFromServer); simpleBeanEditorDriver.edit(editableProxy); If the user does not end

RequestFactory, frozen autobeans, and MVP

2015-11-18 Thread Steve C
I'm trying to convert an app from using plain JSON to using RequestFactory. The app has a view and presenter. So, I use the RequestFactory to get Contact instances, and pass them on the view to edit. But, the editing runs into an issue with the AutoBean being frozen. Without MVP, I would