Hello all, I have a GWT Editor to edit an entity proxy, and one of its properties, a List, is being edited by a ListEditor. If the List already exists and all I have to do is change its content, then everything works as expected. But when the list comes null and I have to create an instance to fill it, it doesn't work. After flush(), the proxy remains with its list null. I'm using ListEditor.setValue to set the new list instance.
Shouldn't this work? Thank you, -- Tiago Rinck Caveden -- 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.
