GwtExporter tries to do:window.name = function() ....but window.name is always a string, so the function is passed as a string,
Use a name for your method which is not already in the window object
- Manolo