You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to GWT Presenter
Hi there,
I'm running into small troubles in my project.
I have implemented something similar to the example proposed in the
project pages, and I am using Gin to have DI through the
AbstractPresenterModule.
It seems that my WidgetPresenter concrete classes are created by the
ginjector correctly, but I expected the ginjector to invoke the bind()
method of the presenters. Should it be the case ? If not what would be
a best practice ?