Flush results: http://pastebin.com/En8Ughnj
Is obtained that the object B was added to the object A, and object C still remains in the array editedProxies
I have multiple entities with a one-to-many relations, such as:A { List<B> b; }B { List<C> c; }C { some fields }I'm trying to edit these entities by the editorsAEditor extends Editor {BListEditor b...}BListEditor implements IsEditor<ListEditor<BProxy, BListEditor.BItemEditor>>{BItemEditor implements Editor<BProxy>{CListEditor c...}}CListEditor implements IsEditor<ListEditor<CProxy, CListEditor.CItemEditor>>{CItemEditor implements Editor<CProxy>{}}In the UI it looks like:A - Container with fields and list of items B(list of grids)B - Container with combobox and grid - CC - editable gridSo when I try to edit an already saved data it works fine.But if I dynamically create B and C, then while saving list B.c == nullWhy RF doesn't send list of CListEditor?
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment