Ahhh I see...now it works. Thanks for that. Using SimpleBeanEditorDriver you get the edited bean when calling .flush(). Wouldn't it be handy if RFED returns the mutable instance when calling RFED.edit()? RFED.flush() returns the request context so RFED.edit() would be a good choice if you want to access the mutable object. Would be a bit easier.
But anyways I have also found the PathCollector EditorVisitor so I think I could switch to SimpleBeanEditorDriver + getPaths() via visitor. -- J. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/P_yCM4AJq_MJ. 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.
