Sorry for the noise. Editors works fine. It was just a problem with RadioButton that have the same name. I have to make them distinct ....
Le jeudi 15 décembre 2016 19:16:36 UTC+1, 129pierre a écrit : > > 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
