SmartGWT throws JavaScriptException: (null): null

Posted by elviejo on Stack Overflow See other posts from Stack Overflow or by elviejo
Published on 2010-06-03T16:04:12Z Indexed on 2010/06/03 16:04 UTC
Read the original article Hit count: 290

Filed under:

When using GWT 2.0.x and SmartGWT 2.2 Code as simple as:

public class SmartGwtTest implements EntryPoint {    
    public void onModuleLoad() {  
        IButton button = new IButton("say hello");
    }
}

will generate the exception.

com.google.gwt.core.client.JavaScriptException: (null):

This only happens in hosted (devmode)

ant hosted

I also suspect that maybe the GWT Development Plugin might have something to do with it.

Have you found a similar problem? How did you solve it?

© Stack Overflow or respective owner

Related posts about smartgwt