Thursday, December 15, 2016

Editors : n relations with same editor

Hi,

Let's say I have a Person with 2 Address
In my main editor PersonEditor, I have defined 2 sub editors 
 

@UiField(provided=true)   AddressEditor address = new AddressEditor();
    @UiField(provided=true)  AddressEditor address2= new AddressEditor();

They are  both visible but only the last one has its data binded correctly.

Did I miss something ? It 'is possible to use a generic editor many times ?

Thanks in advance for any help

Pierre

--
You received this message because you are subscribed to the Google Groups "GWT Users" 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 https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment