I have a component like this:
@Import(library="context:js/gwtSupport.js")
public class GwtSupport
{
// intentionally left blank
}
gwtSupport.js (actually the GWT component itself which I have no control over)
is trying to read a variable.
I wasn't able to figure out a way to set it before gwtSupport.js gets included.
I tried addInitializerCall, addScript, etc. but they all come after
gwtSupport.js is included.
What am I missing?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]