Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

JavaSrciptException with newer Versions of SmartGwt

$
0
0
SmartClient Version: v9.1p_2014-07-23/LGPL Development Only (built 2014-07-23)
Browsers: Firefox 26, Internet Explorer 8, Google Chrome 36

I've been working on a web-based application for a time now and used SmartGwt 3.0 from the beginning. Now I wanted to update the Verison to the latest (4.1). A JavaScriptError occurs, when a DynamicForm should be drawn. It says, that the stopOnError-property is null. I tried to set the property to true or false, but it didn't help.

Developer Console Log (opened in IE):
Code:

08:32:26.491:WARN:Log:Error:
        ''this.validators[...].stopOnError' ist Null oder kein Objekt'
        in http://127.0.0.1:8888/smarteai4instances/sc/modules/ISC_Forms.js
        at line 588
    [a]MathFunction.invokeSuper(_1=>null, _2=>"init", _3=>undef, _4=>undef, _5=>undef, _6=>undef, _7=>undef, _8=>undef, _9=>undef, _10=>undef, _11=>undef, _12=>undef, _13=>undef)
    [a]MathFunction.Super(_1=>"init", _2=>Obj{length:13}, _3=>undef)
    TextItem.init(Obj{name:isc_PasswordItem_0}, undef, undef, undef, undef, undef, undef, undef, undef, undef, undef, undef, undef)
    [a]MathFunction.completeCreation(_1=>Obj{name:isc_PasswordItem_0}, _2=>undef, _3=>undef, _4=>undef, _5=>undef, _6=>undef, _7=>undef, _8=>undef, _9=>undef, _10=>undef, _11=>undef, _12=>undef, _13=>undef)
    DynamicForm.createItem(_1=>[PasswordItem ID:isc_PasswordItem_1 name:isc_PasswordItem_0], _2=>"PasswordItem")
    DynamicForm.$10l(_1=>Array[3], _2=>null, _3=>true, _4=>true)
    DynamicForm.setItems(_1=>Array[3], _2=>true)
    DynamicForm.initWidget(Obj{ID:isc_DynamicForm_2}, undef, undef, undef, undef, undef, undef, undef, undef, undef, undef, undef, undef)
    Canvas.init(_1=>Obj{ID:isc_DynamicForm_2}, _2=>undef, _3=>undef, _4=>undef, _5=>undef, _6=>undef, _7=>undef, _8=>undef, _9=>undef, _10=>undef, _11=>undef, _12=>undef, _13=>undef)
    ** recursed on [a]MathFunction.completeCreation

08:32:28.703:WARN:Log:GWT uncaught exceptions have been encountered.  Check the Development Mode console for more details.

I also tried the SmartGwt Version 4.0 and 3.1, but both didn't even start.


Thanks
Daniel

Viewing all articles
Browse latest Browse all 4756

Trending Articles