gwt-platform

Tabbed Presenters updated Example


I'm trying to implement tabbed presenters following the example (http://code.google.com/p/gwt-platform/source/browse/gwtp-samples/gwtp-sample-tab/), but, reading some classes javadoc, I see some differences... and could not implement a example like this, gotting various GIN errors like

Deferred binding result type PresenterA.CadastroPrefeituraProxy' should not be abstract

Is there a new example or new way to implement that?


Solution

  • Check your GIN binding: http://code.google.com/p/gwt-platform/wiki/GettingStarted?tm=6#Binding_everything_together. It's likely you forgot to bind the presenter, the view and the proxy.