Did you check the release notes to ensure that the version of Smart
GWT that you are using is compatible with the version of GWT that you
are using?

Smart GWT 2.5 lists compatibility from 1.6 to 2.3 of GWT or something
like that...

On Oct 7, 8:36 am, Boris H <[email protected]> wrote:
> 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