I am migrating my app from 1.7 release to 2.4. The application is a
wizard. I've
updated jars to new versions, but faced with a problem: my app does
not start at
all: the "Object required" exception is raised from browser side.
The explorer's stacktrace:

->JScript anonymous function
->gwtOnLoad
->maybeStartModule
->JScript anonymous function
->JScript global code

The last call's code is:

function entry_0(jsFunction){
  return function(){
    try {
      return entry0(jsFunction, this, arguments);
    }
     catch (e) {
      throw e;
    }
  }
  ;
} .
When SmartGWT developer console is launched, it shows nothing 'bout
the error -
no logs, no events.
Please give a hint on what can be next step. Thanks a lot!

-- 
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.

Reply via email to