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 gwtex...@googlegroups.com
I'm trying to create a Presenter with a view that's made in javaScript. I want to use GWT exporter because JSNI is a pain. I tried to use GWT exporter but GWT exporter requires that the exported classes implement Exportable. I made my presenter implement Exportable. The problem is that when mvp4g uses GWT.create() to create my presenter it gets an Exporter instead because GWT.create returns an Exporter when used on a class that implements Exportable. How can I get around this?