Comment by jchimene:

I may be missing something but shouldn't the argument to the initWidget  
call in _Apply different xml templates to the same widget_
be
{{{
   protected FooPickerDisplay(UiBinder<Widget, FooPickerDisplay> binder) {
     initWidget(binder.createAndBindUi(this));
   }
}}}



For more information:
http://code.google.com/p/google-web-toolkit/wiki/UiBinder

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to