ictvmt / mvp4g

Automatically exported from code.google.com/p/mvp4g
0 stars 0 forks source link

Entry point should cast the start view as IsWidget #79

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In the default Mvp4g entry point:
RootPanel.get().add( ((Widget)module.getStartView())

should be:
RootPanel.get().add( ((IsWidget) module.getStartView()).asWidget()).

Original issue reported on code.google.com by plcoir...@gmail.com on 11 Apr 2011 at 1:41

GoogleCodeExporter commented 8 years ago
Fixed in the last 1.4.0 snapshot

Original comment by plcoir...@gmail.com on 12 Jun 2011 at 6:27