Are you using any JSNI that gets called directly from the browser? Ie,
anything like obj.callback = function() {...};? If so, you have to wrap any
entry points from the browser into GWT code with $entry, so that would look
like obj.callback = $entry(function() {...});
Note that it could be in library code you are using rather than something
you have written -- I don't have a good suggestion for tracking it down if
it isn't something you have written.
--
John A. Tamplin
Software Engineer (GWT), Google
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.